﻿/* This is the General Style of the Page */
body {
    margin: 0px;
	text-align: center;
	background-color: #c0ffff;
	font-size: x-small;
	font-family: Verdana;
	color: black;
}


/* This table sets the size and shape of the Main Web Page */
.tablemain {
    width: 1000px;
	border: 1px solid black;
	background-color: white;
}


/* This table contains the Content of the website ie: 5 rows */
.tablecontent {
    width: 100%;
    height: 100%;
	border: 0px;
}


/* This is the Header Row of the Content Table */
.cellheader {
    height: 80px;
	text-align: center;
	border: 1px solid green;
	background-color: #008080;
}
.tableheader {
	border: 0px;
    width: 100%;
    height: 100%;
}

/* This is the Menu Row of the Content Table */
.cellmenubar {
    height: 20px;
	text-align: center;
	border: 1px solid green;
	background-color: #800000;
}
.tablemenubar {
	border: 0px;
    width: 100%;
    height: 100%;
    text-decoration: none;   
}
.menubar {	
    width: 900px;
    height: 30px;
}

.menustyle {
	color: white;	
	text-decoration: none;

}

.cellmenubarstyle {	
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color: #004000;
	color: white;	
	text-decoration: none;

}	


/* This is the Information Row of the Content Table */
.cellinfo {
	text-align: center;
	border: 1px solid green;
}
.tableinfo {
	border: 0px;
    width: 100%;
    height: 100%;
	text-align: center;
}

.tablecontents {
	width: 100%;
	border: 0px;
}

.linkstyle {
	text-decoration: none;
}


/* This is the Footer Row of the Content Table */
.cellfooter {
    height: 20px;
	text-align: center;
	color: #c0c0c0;
	border: 1px solid green;
	background-color: #800000;
}
.tablefooter {
	border: 0px;
    width: 100%;
    height: 100%;
}
.tablesendmessage {
	background-color: #ffc0ff;
	border: 1px solid purple;
	
}

h1 {font-family:"Comic Sans MS";
	color:#004000;
	font-weight:bold;
	font-size:24pt;
	text-align:center}
	
h2 {font-family:"Comic Sans MS";
    font-size:18pt;
	text-align:center; color:#0000FF; font-weight:bold}
	
h3 {font-size:14pt;font-family:Comic Sans MS; font-weight:bold; color:#FF0000; text-align:center}

h4 {font-size:12pt;font-family:Verdana; font-weight:bold; text-align:center; color:#800080}