/* 	This is an open source XHTML/CSS website template created by Manjeet Singh Sawhney (http://www.manjeetss.com)
	You can use this template, but a reference to my website (www.manjeetss.com) would be appreciated. If you need any help or would like me to develop a website for you then please contact me via my website or e-mail me at manjeetss@gmail.com
*/

body
{
	margin: 25px 25px 60px 60px;
	padding: 0;
	background: #fff;
	font-size: 100%;
	font-family: Courier New, Courier, Arial, Comic Sans;
	color: black;
	max-width: 600px;
}

img
{
	border: 0;
}

a:link 
{
	color: #333333;
	background: white;
	font-size: 100%;
	font-family: Courier New, Courier, Arial, Comic Sans;
	color: black;
}
a:visited 
{
	color: black;
}
a:hover 
{
	color: white;	
	background: black;
}
a:active //?
{
	color: blue;
}