/* C64 Font*/

font-face {
font-family: "c64";
src: url("../fonts/Commodore64-v5.ttf");
}

BODY {
background: #3e31a2 /*#2d5be5*/ /*#3d3fdf*//*#9f9fff*//*#808080*/;
font-size:16pt;
font-family:c64,Arial,sans-serif;
color: #7c70da /*#9f9fff*/ /*#3d3fdf*//*white*/;
}


/* Banner Frame*/

.banner{
background: #000000;
background-image: url(../images/microprose_background.jpg);
color: #ffffff;
}

.header{
background: #000000;
color: #ffffff;
width: 100%;
position: absolute;
top: 0px;
left:0px;
display: block;
height: 50px;
}

.main{
background: #3d3fdf/*#9f9fff*//*#808080*/;
font-size:16pt;
font-family:c64,Arial,sans-serif;
color: #9f9fff;
width: 100%;
position: absolute;
top: 50px;
left:0px;
display: block;
height: 50px;
padding-top: 10px
}

/* Header Drop Menus*/

.drop_menu{

display: none;
position:absolute;
/*background: #000000;*/
/*color: #ffffff*/
background: #000000;
color: #ffffff;
}


/* Main Page Titles */

H1 {
font-size:30pt;
font-weight:bold;
}

/* Alphabetic Link Table */

H2 {
font-size:20pt;
font-weight:bold;
}

/*H1 {
font-size: 20px;
}

H2 {
font-size: 14px;
}*/

H3 {
font-size: 16px;
}

H4 {
font-size: 16px;
}

H5 {
font-size: 16px;
}

H6 {
font-size: 16px;
}

A {
color: #9f9fff/*#3d3fdf*//*#FFFFFF*/;
text-decoration: underline;
}

}

A:link {
color: #9f9fff/*#3d3fdf*//*#FFFFFF*/;
text-decoration: underline;
}

A:hover {
color: /*#bab3a3*/#FFFFFF;
text-decoration: underline;
}


/*Banner Links*/

a.title {
font-size: 30px;
color: #ffffff;
text-decoration: none;
/*font-style: italic;*/
font-weight: bold;
}

a.title:hover {
font-size: 30px;
color: #ffffff/*#3d3fdf*/;
text-decoration: none;
/*font-style: italic;*/
font-weight: bold;
}

a.banner {
font-size: 14px;
color: #ffffff/*#9f9fff*/;
text-decoration: none;
font-weight: bold;
}

a.banner:hover {
font-size: 14px;
color: #ffffff/*#3d3fdf*/;
text-decoration: underline;
font-weight: bold;
}

a.footer {
font-size: 10px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

a.footer:hover {
font-size: 10px;
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

a.c64Buttons {

font-size: 20px;
/*color: #ffffff*//*#3d3fdf*/;
text-decoration: underline;
font-weight: bold;

}

a.c64Buttons:hover {

font-size: 20px;
color: #ffffff/*#3d3fdf*/;
text-decoration: underline;
font-weight: bold;

}


.whatsNewHeader {
color: #ffffff;
font-size: 20px;
font-weight: bold;

}

.whatsNew {

font-size: 16px;
font-weight: bold;

}

.searchTextBox {
font-size: 10px;
font-weight: normal;
}

.searchTextBoxButton {
font-size: 10px;
font-weight: normal;
}

.chartHeading {
/*font-size: 10px;*/
font-weight: bold;
}

