/* cuupstc.css                       */ 
/* HTML tag styles                             */

body,td,th {
	font-family: Comic Sans MS, Arial, Times New Roman, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #006600;
}
a:link {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}

ul {
/*	list-style-type: disc; */
	list-style-position: outside;
	list-style-image: url(/images/Bullets/pir_bul1.gif);
}

ul ul {
/*	list-style-type: circle; */
	list-style-position: outside;
	list-style-image: url(/images/Bullets/pir_bul2.gif);
}

ul ul ul {
/*	list-style-type: square; */
	list-style-position: outside;
	list-style-image: url(/images/Bullets/pir_bul3.gif);
}

h1 {
	font-size: 24px;
	font-family: Comic Sans MS, Arial, Times New Roman, sans-serif;
	font-weight: bold;
	color: #003300;
}

h2 {
	font-size: 18px;
	font-family: Comic Sans MS, Arial, Times New Roman, sans-serif;
	font-weight: bold;
	color: #003300;
}

h3 {
	font-size: 18px;
	font-family: Comic Sans MS, Arial, Times New Roman, sans-serif;
	font-weight: bold;
	color: #003300;
}

h4 {
	font-size: 16px;
	font-family: Comic Sans MS, Arial, Times New Roman, sans-serif;
	font-weight: bold;
	color: #003300;
}

h5 {
	font-size: 14px;
	font-family: Comic Sans MS, Arial, Times New Roman, sans-serif;
	font-weight: bold;
	color: #006600;
}

h6 {
	font-size: 14px;
	font-family: Comic Sans MS, Arial, Times New Roman, sans-serif;
	font-weight: bold;
	color: #009900;
}

