/*
   George's homePage styles

   
   Author: George North
   Date:   2009_01_16

   Filename: georgeHome.css
   
*/

body
{
	background-color: black;
	margin: 0px;
	font-size: 100%;
	color: white;
}

a:link
{
	color: #80C1FF;
	text-decoration: none;
}

a:visited
{
	color: #E0F0FF;
	text-decoration: none;
}

a:hover
{
	color: #0075E6;
	text-decoration: none;
}

a:active
{
	color: #E0F0FF;
	text-decoration: none;
}



