/* css for bcvic education website */


/* Link styles */

a:link {
	color:#0000ff;
}

a:visted {
	color:#660099;
}

a:hover {
	color:#ff9900;
}

a:active {
  background-color:#ffff66;
}


/* Headings styles */


h1 {
	font-size:150%;
	color:#990000;
	font-family:arial, verdana, trebuchet, sans-serif;
	text-align:center;
}


h2 {
	font-size:120%;
	font-weight:bold;
	color:#990000;
	font-family:arial, verdana, trebuchet, sans-serif;
}


/* Paragraph style */

p {
	font-size:100%;
	color:#000000;
	font-family:arial, verdana, trebuchet, sans-serif;

	margin-left:20px;
	margin-right:20px;
	margin-top:10px;

}
	