/* -------------------------------- */
/* WEBSITE STYLESHEET               */
/* Author : Anthony Keenan          */
/* Purpose: anthonykeenan.com+.net  */
/* -------------------------------- */


BODY 	{	
		background-color: #FF6600;
		/* background-image: url(webimages/2007backgroundshadow.gif); */
		background-repeat: repeat-y;
		background-position: center center;
		margin-left: 0px;
		margin-top: 10px;
		margin-right: 0px;
		color:#333333;
		font-family:arial;
		font-size:11px;
}

TD 	{ 	COLOR:#333333;
		font-family:arial;
		font-size:11px;
}
	
A    	{	COLOR:#333333;
		font-family:arial;
		font-size:11px;	 
		text-decoration: underline;
}
	
A:hover { 	COLOR:#FF6600;
		font-family:arial;
		font-size:11px;	 
		text-decoration: none;
}

P.foot {	COLOR:#333333;
		font-family:arial;
		font-size:9px;
}

P.cv {	COLOR:#CCCCCC;
		font-family:arial;
		font-size:10px;
}

