/* Community Education Design CSS */

/* 
#000000 - Black
#ffffff - White
#993333 - Maroon 

border-style: solid;
border-color: #0000ff
*/
body {font-family: arial;}
td{font-family: arial;}

/*General Stuff*/
p {color: black; font-size: 14px; text-indent: 20px} /*general text*/
hr {color: black}

/*Headings, Links included*/
h1 {color: #993333/*maroon*/; font-size: 23px; font-weight: bold; text-transform: uppercase; text-decoration: underline} /*Large maroon letters*/
h2 {color: #000000/*black*/; font-size: 23px; text-transform: uppercase; font-weight: bold;}/*Large Black Letters*/
h3 {color: #000000/*black*/; font-size: 20px; font-weight: bold;}/*Medium Black Letters*/
h4 {color: #000000/*black*/; font-size: 17px; font-weight: bold;}/*Small-Medium Black Letters*/
/*h4 not set*/
/*h5 for links without indents*/
h5 a:link { color: #993333/*maroon*/; text-decoration: none; font-size: 14px; font-weight:bold}
h5 a:visited { color: #993333/*maroon*/; text-decoration: none; font-size: 14px; font-weight:bold}
h5 a:hover { color: #333399/*hyperlink blue*/; text-decoration: underline; font-size: 14px; font-weight:bold}

/*h6 for "Quick Link Menu" links (below)*/
h6 { color: #000000/*black*/; font-size: 17px; font-weight:bolder}
h6 a:link { color: #993333/*maroon*/; text-decoration: none; font-size: 17px; font-weight:bolder}
h6 a:visited { color: #993333/*maroon*/; text-decoration: none; font-size: 17px; font-weight:bolder}
h6 a:hover { color: #333399/*hyperlink blue*/; text-decoration: underline; font-size: 17px; font-weight:bolder}

a:link { color: #993333/*maroon*/; text-decoration: none; font-size: 14px; font-weight:bold}
a:visited { color: #993333/*maroon*/; text-decoration: none; font-size: 14px; font-weight:bold}
a:hover { color: #333399/*hyperlink blue*/; text-decoration: underline; font-size: 14px; font-weight:bold}

/*Styles*/
.menu a:link { color: #993333/*maroon*/; text-decoration: none; font-size: 16px; font-weight:bolder}
.menu a:visited { color: #993333/*maroon*/; text-decoration: none; font-size: 16px; font-weight:bolder}
.menu a:hover { color: #333399/*hyperlink blue*/; text-decoration: underline; font-size: 16px; font-weight:bolder}

.coursegroup1 a:link { color: #993333/*maroon*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup1 a:visited { color: #993333/*maroon*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup1 a:hover { color: #000099/*hyperlink blue*/; text-decoration: underline; font-size: 20px; font-weight:bolder}

.coursegroup2 a:link { color: #000099/*blue*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup2 a:visited { color: #000099/*blue*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup2 a:hover { color: #993333/*maroon*/; text-decoration: underline; font-size: 20px; font-weight:bolder}

.coursegroup3 a:link { color: #006600/*green*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup3 a:visited { color: #006600/*green*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup3 a:hover { color: #993333/*maroon*/; text-decoration: underline; font-size: 20px; font-weight:bolder}

.coursegroup4 a:link { color: #000000/*black*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup4 a:visited { color: #000000/*black*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup4 a:hover { color: #993333/*maroon*/; text-decoration: underline; font-size: 20px; font-weight:bolder}

.coursegroup5 a:link { color: #993333/*maroon*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup5 a:visited { color: #993333/*maroon*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup5 a:hover { color: #993333/*maroon*/; text-decoration: underline; font-size: 20px; font-weight:bolder}

.coursegroup6 a:link { color: #993333/*maroon*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup6 a:visited { color: #993333/*maroon*/; text-decoration: none; font-size: 20px; font-weight:bolder}
.coursegroup6 a:hover { color: #993333/*maroon*/; text-decoration: underline; font-size: 20px; font-weight:bolder}

.margin {margin: 10px; 10px}