/* This is the General Style of the Page */
body {
    margin: 0px;
	text-align: center;
	background-color: #ffebff;
	font-size: x-small;
	font-family: Verdana;
	color: black;
}


/* This table sets the size and shape of the Main Web Page */
.tablemain {
    width: 1250px;
	border: 1px solid black;
	background-color: white;
}

/* This table contains the Advert details */
.tableadvert {
    width: 120px;
	border: 0px;
}

/* 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: #792ec6;
}
.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: #ffc0ff;
}
.tablemenubar {
	border: 0px;
    width: 100%;
    height: 100%;
    text-decoration: none;   
}
.menubar {	
    width: 700px;
    height: 30px;
}
.menustyle {
	color: white;	
	text-decoration: none;

}
.cellmenubarstyle {	
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color: purple;
}	


/* 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: #792ec6;
}
.tablefooter {
	border: 0px;
    width: 100%;
    height: 100%;
}
.tablesendmessage {
	background-color: #ffc0ff;
	border: 1px solid purple;
	
}