/* CSS Stylesheet for Nick Sears's Website */

BODY  {
	background-color : #ffffff;
	background-image : url("../images/bodybg.gif");
	background-repeat : repeat-y;
	background-position : 0% 0%;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #ffffff;
}

P  {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #ffffff;
}

UL  {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #ffffff;
	}

.small  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}

.big  {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}

H1  {
	font-size : 24px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffffff;
}

H2  {
	font-size : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffffff;
}

H3  {
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffffff;
}

H4  {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffffff;
}

H5  {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffffff;
}

A:link  {
	color : #ffffff;
	font-weight : bold;
}

A:visited  {
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
}

A:hover  {
	color : #ffffff;
	text-decoration : underline;
	font-weight : bold;
}

A:active  {
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
}