body {
	color: white;
/*	background-color: #00FFFF; */ /* normal display of web pages */
	background-color: black;    /* for printing webhosting.htm so background is WHITE */
    font-family: "Comic Sans MS, serif";
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.bold_u {
    background-color: black;
    color: #FFFFCC;
    font-weight: bold;
    text-decoration: underline;
}

a:visited { 
    font-family: "Comic Sans MS, serif";
    font-size: 8pt; 
    font-weight: bold; 
	color: white; 
	background-color: black;
	text-decoration: none; 
/*	border: 2px solid black; */
}

a:hover {
    font-family: "Comic Sans MS, serif";
    font-size: 8pt; 
    font-weight: bold; 
	color: black; 
	background-color: white;
	text-decoration: none; 
/*	border: 2px solid black;  */
} 

p {
    color: white;
    font-family: "Comic Sans MS, serif";
/*  font-family: "Times New Roman"; */
/*    font-family: "Courier New"; */
    font-size: 18pt;
    text-align: left; 
}

table {
    background-color: #000000;
    border-style: solid;
    border-color: green;
    border-width: 0px;
    margin-bottom: 0px;
    font-family: "Comic Sans MS, serif";
    font-size: 28pt;
    font-style: italic;
    font-weight: bold;
    color: #00ffff;
    text-align: center; 
    width: 100%;
}

.table2 {
    background-color: #000000;
    border-style: solid;
    border-color: white;
    border-width: 4px;
    margin-bottom: 0px;
    font-family: "Comic Sans MS, serif";
    font-size: 28pt;
    font-style: italic;
    font-weight: bold;
    color: #00ffff;
    text-align: center; 
    width: 100%;
}
