a:link.content {color: #ffff00; text-decoration: underline}
a:active.content {color: #ffff00; text-decoration: underline}
a:visited.content {color: #ffff00; text-decoration: underline}
a:hover.content {color: #FF0000; background-color: #000000; text-decoration: underline}

a:link.footer {color: #ffff00; text-decoration: underline}
a:active.footer {color: #ffff00; text-decoration: underline}
a:visited.footer {color: #ffff00; text-decoration: underline}
a:hover.footer {color: #FF0000; background-color: #000000; text-decoration: underline}

body {
	margin-top: 10px; 
	margin-right: 0px; 
	margin-bottom: 10px; 
	margin-left: 0px;
	
	background-color: #000021;
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-x; 
	background-attachment: fixed;
	background-position: bottom left;

}

.content {
	font-family: Verdana;
	font-size: 10pt;
}