/*----------
	Stylesheet for: St. Martin de Porres
	By: Joshua Dearing
----------*/

.dummy {
}

/* universal fonts */
html, option, form, select, body, div, span, th, td, form, p, li, ul, ol, a, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

/* generic universal fonts -do not modify- */
.whitesm {
	color: White;
	font-size: 10px;
}

a.whitesm {
	text-decoration: underline;
}

a.whitesm:hover {
	text-decoration: none;
}

.white {
	color: White;
	font-size: 11px;
}

a.white {
	text-decoration: underline;
}

a.white:hover {
	text-decoration: none;
}

.whitemedium {
	color: White;
	font-size: 12px;
}

a.whitemedium {
	text-decoration: underline;
}

a.whitemedium:hover {
	text-decoration: none;
}

.whitelarge {
	color: White;
	font-size: 14px;
}

a.whitelarge {
	text-decoration: underline;
}

a.whitelarge:hover {
	text-decoration: none;
}

.blacksm {
	color: Black;
	font-size: 10px;
}

a.blacksm {
	text-decoration: underline;
}

a.blacksm:hover {
	text-decoration: none;
}

.black {
	color: Black;
	font-size: 11px;
}

.red {
	color: Red;
	font-size: 11px;
}
a.black {
	text-decoration: underline;
}

a.black:hover {
	text-decoration: none;
}

.blackmedium {
	color: Black;
	font-size: 12px;
}

a.blackmedium {
	text-decoration: underline;
}

a.blackmedium:hover {
	text-decoration: none;
}

.blacklarge {
	color: Black;
	font-size: 14px;
}

a.blacklarge {
	text-decoration: underline;
}

a.blacklarge:hover {
	text-decoration: none;
}

.graysm {
	color: Gray;
	font-size: 10px;
}

a.graysm {
	text-decoration: underline;
}

a.graysm:hover {
	text-decoration: none;
}

.gray {
	color: Gray;
	font-size: 11px;
}

a.gray {
	text-decoration: underline;
}

a.gray:hover {
	text-decoration: none;
}

.graymedium {
	color: Gray;
	font-size: 12px;
}

a.graymedium {
	text-decoration: underline;
}

a.graymedium:hover {
	text-decoration: none;
}

.graylarge {
	color: Gray;
	font-size: 18px;
}

a.graylarge {
	text-decoration: underline;
}

a.graylarge:hover {
	text-decoration: none;
}

/* page title font (used for good SEO) fill out your color and size */
.text {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

a.text {
	text-decoration: underline;
}

a.text:hover {
	text-decoration: none;
}

.greentext {
	color: #336600;
	font-size: 12px;
}

a.greentext {
	text-decoration: underline;
}

a.greentext:hover {
	text-decoration: none;
}


.title {
	color: #99cc33;
	font-size: 22px;
}

a.title {
	text-decoration: underline;
}

a.title:hover {
	text-decoration: none;
}

.bottomlink {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic; 
}

a.bottomlink {
	text-decoration: underline;
}

a.bottomlink:hover {
	text-decoration: none;
}