﻿/* CSS MASTER TEMPLATE FOR WED-IN-STYLE WEB SITES */

/* Web Sites Colour Scheme for all pages */


body {
	width: 100%;
	height: 100%;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: gray;
	}



.memdiv {
	width: 100%;
	text-align: center;
	color: white;
	height: 20px;
	background-color: silver;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
}

.maindiv {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;	
	height: 100%;
	color: gray;
	background-color: #F2F2F2;
	text-align: center;
}

a {
	color: magenta;
	text-decoration: underline;
}
a:visited {
	color: #0094DE;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: black;
	font-style: italic;
	text-decoration: underline;
}

.heading {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	font-style: italic;
	color: black;
}


.leftmargin {
	text-align: right;
	vertical-align: top;
	width: 2%;
	height: 100%;
	background-color: white;
}

.rightmargin {
	text-align: left;
	vertical-align: top;
	width: 2%;
	height: 100%;
}

.maintable {
	height: 100%;
	width: 100%;
	background-color: white; 
}

.menu {
	width: 100%;
}

