/*this is for hyperlinks in text */

a.main:link {color: green}
a.main:visted {color:yellow}
a.main:hover{color: blue;
font-size: 100%}
a.main:active {color: orange}

/*this is for dynamic hyperlinks that jump out atcha! */

a:link {color: green}
a:visited {color: yellow}
a:hover {color: red;
font-size: 110%}
a:active {color: orange}

/* for the index page */
.start {
 color: white;
 font-family: arial;
 text-align : center;
 font-size: 130%;
}

h1.start {
 color:white;
 font-family: arial;
 font-size: 300%;
}


/* for the top menu links*/
p.TopMenu{
 color: white;
 font-family: arial;
 text-align: center;
 font-size: smaller;
}


/* general stuff */

body 
{background-color: black}

h1,h2,h3,h4,h5,h6
{color: white;
 font-family: arial;
text-align: center;
}

p{
 color: white;
 font-family: arial;
}

.center{
 color: white;
 font-family: arial;
 text-align: center;
 font-size: normal;
}

.left{
 color: white;
 font-family: arial;
 text-align: left;
}

