/* CSS General Styles for Cuesta College pages */

body, p, td, th, ul, ol, h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #333;
	text-decoration: none; }

h1 {
	font-size: 12pt; }

h2 {
	font-size: 13pt; }

h3 {
	font-size: 14pt; }

a, a:link, a:visited, a:hover, a:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #363;
	text-decoration: underline; }

a:hover, a:active {
	color: #000; }

a:hover {
	text-decoration: none; }