/* CSS Document */

/* This is the style sheet for my author webpage. */
/* basic element */
body 		{
	font:Verdana, Arial, Helvetica, sans-serif;
	background-color:#660000;
	color: #000000;
			}
a:link		{
			font-weight: bold;
			color: #003399;
			}
a:visited	{font-weight: bold; 
			color:#003399; 
			} 
a:hover		{
			text-decoration: underline;
			color:#D08504;
			}
/* specific divs */
#welcome {
			background-color:#FFFFFF;
			margin 10px:
			}
#header		{background-color:#29407C;
			}	
#footer		{
	background-color:#FFFFFF;
	font-size:	xx-small;
	font-family: Arial, Helvetica, sans-serif;
			}	
