/* site.css - Yarra Ranges Learning */



html {
	margin: 0px;
	padding: 0px;
	background-position: top left;
	background-image: url(images/topbgnew.gif);
	background-repeat: no-repeat;
}


body { 
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	padding: 0px;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
	
	text-align: justify;

	background-image: url(images/topbgnew.gif);
	background-repeat: no-repeat;
}




/* TABLES */

table.main { 
	width: 100%; 
	background-image: url(images/topbgnew.gif);
	background-repeat: no-repeat;
}

table.main1 { 
	width: 100%; 
}



/* LINES and FONTS */

p {
	text-align: justify;
}


/* LINKS */

	a {text-decoration: none;   color: #0000ff}
	a:hover {text-decoration: underline;   color: #0000ff}
	a:visited {text-decoration: none;   color: #0000ff}


ul
{
list-style-type: square
}
 	



