a {
text-decoration:none;
}

a:hover{
text-decoration: underline;
}

.posteddate {
margin: 20px 10px;
color: #555;
}

.title a {
font-size:160%;
background-color: #3AAEC6;
color: #fff;
padding: 5px 30px 5px 10px;
font-weight: normal;
font-family: arial, sans-serif;
text-decoration: none;
}

.desc {
margin: 10px;
font-size: 120%;
}

.bigbuttons {
width: 550px;
border: 1px solid #DEEEF6;
background: #F8FCFD;
text-align:center;
padding:10px;
}

.bigbuttons a, img {
vertical-align:middle;
display:inline-block;
}

.bigbuttons a{
text-decoration: none;
font-size: 120%;
margin-right: 20px;
font-weight: bold;
border: 1px solid #F8FCFD;
color: #000;
}

.bigbuttons a:hover{
background-color: #EBF7FD;
border: 1px solid #3AAEC6;
}
