body {
background: url("greyback.jpg") repeat;
color: #333366;
font-size: 23pt;
text-align: left;
margin-left: 15px;
}
/*my link colors*/
a:link {
color: #333366;
font-size: 24pt;
font-weight: bold;
}
a:visited {
color: #ffffff;
font-size: 24pt;
}
/*these is a pc only code*/
a:hover {
color: #000000;
font-size: 24pt;
font-weight: bold;
}
a:active {
color: #ffffff;
font-size: 24pt;
}
/*link class for 16421 upgrade,use within class tags*/
.link a:link { 
color: #333366; 
font-size: 23pt; 
font-weight: bold; 
} 
.link a:visited { 
color: #ffffff; 
font-size: 23pt; 
} 
.link a:hover { 
color: #000000; 
font-size: 24pt; 
font-weight: bold; 
}
.link a:active { 
color: #000000; 
font-size: 23pt; 
} 
h1 {
color: #333366;
font-size: 32pt;
font-weight: bold;
text-align: center;
}
.ind {
text-indent: 1em;
}
/*centering textboxes and graphics*/
.cntr {
text-align: center;
} 
/*large dblue text*/
.lg {
color: #333366;
font-size:32pt;
}
/*medium dblue text*/
.med {
color: #333366;
font-size: 26pt;
}
/*bold medium dblue text*/
.bmed {
color: #333366;
font-size: 26pt;
font-weight: bold;
}
/*medium italic Comic Sans MS*/
.medc {
font-family: Arial, Helvetica, sans-serif;
color: #333366;
font-size: 26pt;
font-style: italic;
font-weight: bold;
}
/*small dblue text*/
.sm {
color: #333366;
font-size: 19pt;
}
/*bold small dblue text*/
.bsm {
color: #333366;
font-size: 19pt;
font-weight: bold;
}
/*copywrite text*/
.nq {
color: #333366;
font-size: 6pt;
text-align: center;
}
/*ng text*/
.news {
font-size: 19pt;
font-weight: bold;
font-style: italic;
text-decoration: emboss;
}
/*js bug*/
.bug {
color: #ffffff;
font-size: 22px;
font-weight: bold;
background-color: #000000;
width: 300px;
text-align: center;
}