body {	background-color: RGB(255,255,255);
	}

h1 {    font-size: 52px;
        margin: 0px;
        font-family: Arial, Helvetica, Sans-Serif;
        }       

h2 {    font-size: 35px;
        margin: 0px;
        font-family: Arial, Helvetica, Sans-Serif;
        }       
        
h3 {    font-size: 16px;
        margin: 0px;
        margin-top: 10px;
        font-family: Arial, Helvetica, Sans-Serif;
        }
        
h4 {    font-size: 13px;
        margin: 0px;
        font-family: Arial, Helvetica, Sans-Serif;
        }       

h5 {    font-size: 11px;
        margin: 0px;
        font-family: Arial, Helvetica, Sans-Serif;
        }       

h6 {    font-size: 9px;
        margin: 0px;
        font-family: Arial, Helvetica, Sans-Serif;
        }       

p {     font-family: Arial, Helvetica, Sans-Serif;
        }       

hr {    height: 1px;
	border: solid;
        border-color: RGB(55,0,62);
        }

.menu a:link,a:visited {
	color: rgb(55,0,65);
	text-decoration: none
	}

.menu a:hover {
	color: rgb(175,0,175);
	text-decoration: underline overline
	}

.menu {
	background-color: rgb(209,192,228)
	}

.menuHighlight {
	color: rgb(255,255,255);
	text-decoration: name
	}

.mainPage {
        background-color: white
	}

a:link, a:visited { color: rgb(150,0,150);
         text-decoration: none; }; 
a:active { color: rgb(150,0,150);}; /* when link is clicked */
a:hover { color: rgb(50,0,50);
          text-decoration: none; }; /* when mouse is over link */
