/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-image: url(image/bg.jpg);
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	margin-left: 0px; 
	margin-top: 0px;
}


/* General font families for common tags */
p { font-family: Verdana, Arial, Helvetica, sans-serif;  }
h1,h2{
			font-weight: bold; font-family: "Courier New", Courier, mono; color : #FFFFFF;

}
h3{
			font-weight: bold; font-family: "Courier New", Courier, mono; 
}

a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ width: 700px}


/* General text */
.genlarge { font-size : 23px; }
.genbig { font-size : 20px; }
.gen { font-size : 15px; }
.genmed { font-size : 13px; }
.gensmall { font-size : 11px; }

/* General notice */
.notice {
	color: #CCCCCC;
	font-size : 13px;
}
