body
{
font-family: 'Droid Sans', sans, arial, sans-serif;
color:#7B7B7B;
text-align:center;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
}

#content
{
padding:5px;
background:-webkit-gradient(linear, left top, left bottom, from(#99ffff), to(#00ccff));
width:800px;
margin-left:auto;
margin-right:auto;
border-radius:10px;
}

h1
{
font-family: 'Josefin Sans Std Light';
padding:30px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
border-radius: 10px;
width:400px;
margin-left: auto;
margin-right: auto;
}

.link:link
{
font-size:20px;
color:#373737;
border-radius: 3px;
-moz-border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
background: -moz-linear-gradient(top, #fff, #ddd);  
border: 1px solid #bbb;
padding:3px;
}

.link:hover
{
font-size:20px;
color:#6d6d6d;
border-radius: 3px;
-moz-border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
background: -moz-linear-gradient(top, #fff, #ddd);  
border: 1px solid #bbb;
}

.link:visited
{
font-size:20px;
color:#373737;
border-radius: 3px;
-moz-border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
background: -moz-linear-gradient(top, #fff, #ddd);  
border: 1px solid #bbb;
}

