/* 
	CSS1 Stylesheet. Applies to index.htm on www.allrite.com.au
	Created by Andrew Wright (allrite@allrite.com.au)
*/

BODY {
	background: #6699CC;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
}

H2 {
 	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
 }
 
H3 {  	
	font-family: Arial, Helvetica, sans-serif;
 }
 
 P {
	font-family: Arial, Helvetica, sans-serif;
	font-size : smaller;
}

.biglink {
	font-family: "Courier New", Courier, monospace;
	font-size : 125%;
	font-weight : bold;
	color: #FFFFFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align: center;
}

.descbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align: center;
	font-weight : bold;
}
.link {
	color: #003366;
}

A:link {
	text-decoration : none;
}

A:visited {
	text-decoration : none;
}

A:active {
	background-color: #FFFFFF;
	color : #6699CC;
	text-decoration : none;
}

A:hover {
	background-color: #FFFFFF;
	color : #6699CC;
	text-decoration : none;
}


