body
{
	font-family: Verdana;
	margin: 0;
	padding: 0;
}

h1
{
    font-family: Georgia;
    text-align: center;
    font-weight: normal;
    font-size: 40pt;
    margin: 200px 0 0 0;
    padding: 0;
}

h2
{
    color: #333;
    font-family: Verdana;
    text-align: center;
    font-weight: normal;
    font-size: 16pt;
    padding: 0;
    margin: 0;
}

#copyrights
{
   color: #999;
   text-align: center;
   font-size: 10pt;
   position: absolute;
   bottom: 5px;
   right: 10px;
}

a:link,
a:visited
{
   color: #999;
   text-decoration: none;
}

a:hover,
a:active
{
   color: #333;
}

#top
{
	display: block;
	padding: 5px 2%;
	font-size: 14pt;
	width: 96%;
	color: #777;
}

#top a:link,
#top a:visited
{
   color: #999;
   text-decoration: none;
}

#top a:hover,
#top a:active
{
	color: #666;
}
