/* MAIN (MENU) TABLE */

table#main td {
padding: 0px 0px 0px 0px;
background-color: #E0FFFF;

}

table#main td a:hover {
background-color: #FFFACD;
}

table#main td a {
display: block;
color: black;
padding: 0px 0px 0px 0px;
border: 0px solid black;
text-decoration: none;
font-size: 150%;
font-weight: 590;
}


/* TEXT SIZES */
h6 {font-size: 100%;
font-weight: 500;
}


h1 {font-size: 150%;
font-name: arial;
}

h2 {font-size: 200%;
font-weight: 500;
font-name: arial;
}

h3 {font-size: 250%;
font-weight: 500;
font-name: arial;
}

h4 {font-size: 300%;
font-weight: 500;
font-name: arial;
}

h5 {font-size: 75%;
font-weight: 500;
font-name: arial;
}

#red {
color: red;
}


/* ALIGN */
.right {
text-align: right;
}

.left {
text-align: left;
}

.center {
text-align: center;
}


/* TABLES */


table.two{
font-size: 150%;
}


.two {
background-color: #FFFACD;
border: 1px solid black;
text-align: center;
width: 75%;
}

table.two2{
font-size: 150%;
}


.two2 {
background-color: #FFFACD;
border: 1px solid black;
text-align: center;
}



.twob {
background-color: #FFFACD;
border: 1px solid black;
text-align: left;
width: 75%;
}

.three {
background-color: #E0FFFF;
border: 1px solid black;
width: 25%;
}

.dash {
background-color: #E0FFFF;
border: 1px solid black;
border-style: dashed;
}

pre {
background-color: ##E0FFFF;
border: 1px solid black;
border-style: dashed;
}




 */ IMAGES LINKS ETC */

a {
text-decoration: underline;
color: blue;
}

a:visited {
text-decoration: underline;
color: blue;
}

a:hover {
text-decoration: underline;
color: red;

}


img {
border: 1px solid black;
}

img#noborder {
border: none;
}


body {
text-align: center;
background-color: Ivory;
}

.help { 
cursor: help;
border-bottom: 1px dotted;
 }

.super { 
vertical-align: sup;
 }


.balt { 
background:lightyellow;
border: 1px black solid;
 }



#topi {
top:0; 
left:0; 
margin:0; 
padding:0; 
} 


#none { 
display: none;
background-color: white; }

tt { 
background:lightyellow;
 }

pre { 
background:lightyellow;
 }