h1 {font-family: Freestyle Script; font-size: 32px; color: #FFFFFF; } /*page headings*/

.maintext {font-family: Verdana; font-size: 14px; } /*main body text*/
.sidelink {font-family: Arial; font-size: 13px; color: blue; } /*hyperlinks for side menus*/

/*links for bottom navbar*/
a.lowerlink:link {font-family: "Times New Roman"; font-weight: bold; font-size: 16px; color: white; text-decoration: none; }
a.lowerlink:visited {font-family: "Times New Roman"; font-weight: bold; font-size: 16px; color: white; text-decoration: none; }
a.lowerlink:hover {font-family: "Times New Roman"; font-weight: bold; font-size: 16px; color: orange; text-decoration: underline; }
a.lowerlink:active {font-family: "Times New Roman"; font-weight: bold; font-size: 16px; color: white; } 
/*************************/

#purplepage {width: 100%; height: 100%; background: #6a0484; padding: 0; margin: 0; } /*set background for purple pages*/
#yellowpage {width: 100%; height: 100%; background: #C7B207; padding: 0; } /*set background for yellow pages*/
#orangepage {width: 100%; height: 100%; background: #ff2800; padding: 0; } /*set background for orange pages*/
#bluepage {width: 100%; height: 100%; background: #0925a0; padding: 0; } /*set background for blue pages*/
#greenpage {width: 100%; height: 100%; background: #124704; padding: 0; } /*set background for green pages*/
#green2page {width: 100%; height: 100%; background: #046d21; padding: 0; } /*set background for green2 pages*/
#tealpage {width: 100%; height: 100%; background: #00828a; padding: 0; } /*set background for teal pages*/
#plumpage {width: 100%; height: 100%; background: #c408b0; padding: 0; } /*set background for plum pages*/

#bottomnav {font-family: "Times New Roman"; font-size: 16px; color: white; }

body {margin: 0px; padding: 0px; }

