@import url("default-uplevel.css");
/*
	base.css
	Bendigo Senior Secondary College (2002)
*/

BODY 
{
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

BODY, TD, DIV, SPAN, P 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

A:link
{
	color: #2d77c9;
}

A:active 
{
	color: #ff9c2f;
}

A:hover 
{
	color: #ff9c2f;
}

A:visited
{
	color: #3e6b9e;
}

HR
{
	height: 1px;
	border-bottom-style: none; 
}

H1 
{
	font-weight: normal;
	color: #ff9b01;		
	font-size: 22px;
	font-style: italic;
	font-family: 'Myriad MT','Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
}

H2 
{
	color: #3B558E;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Myriad MT','Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
}

UL 
{
	list-style-image: url(/design/images/ul.gif);
}

LI
{
	padding-bottom: 5px;
}

.error
{
	color: #FF9C00;
}

