/* 	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;*/
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
	color: black;
	max-width: 600px;
}

img
{
	border: 0;
}

a:link 
{
	color: black;
	background: white;
	font-size: 100%;
	/*font-family: Courier New, Courier, Arial, Comic Sans;*/
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
	color: black;
}
a:visited 
{
	color: black;
        background: white;
}
a:hover 
{
	color: white;	
	background: black;
}
a:active //?
{
	color: blue;
}
h1
{
font-size: 120%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 400;
color: black;
max-width: 600px;
}
u
{
font-weight:bold;
}
