body {
background-color:#000000;
min-width:1000px;
}


/**************** text ******************************/

.fontlook1 { 
font-family: "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#f6c254;
letter-spacing:1px;
margin-bottom: -20px; 
}

.fontlook2 {
font-family: "Times New Roman", Times, serif;
font-size:14px;
color:#ffff99;
font-weight:bold;
letter-spacing:1px;
margin: 20px 100px;
}

.fontlook3 {
font-family: "Times New Roman", Times, serif;
font-size:18px;
color:#ffff99;
font-weight:bold;
letter-spacing:1px;
margin: 20px 100px;
}

.fontlook4 { 
font-family: "Times New Roman", Times, serif;
font-size:34px;
color:#f6c254;
font-weight:bold;
letter-spacing:1px;
margin: -5px 0px -20px; 
}

.fontlook5 { 
font-family: "Times New Roman", Times, serif;
font-size:14px;
color:#ffff99;
font-weight:bold;
letter-spacing:1px;
margin: 0px 50px;
}

.fontlook6 { 
font-family: "Times New Roman", Times, serif;
font-size:18px;
color:#f6c254;
font-weight:bold;
letter-spacing:1px;
margin-bottom: -20px; 
}

.fontlook7 {
font-family: "Times New Roman", Times, serif;
font-size:14px;
color:#ffff99;
font-weight:400;
letter-spacing:1px;
margin: 20px 100px;
}

.fontlook8 { 
font-family: "Times New Roman", Times, serif;
font-size: 1.10em;
color:#f6c254;
font-weight:bold;
letter-spacing:1px;
margin-top: -5px; 
margin-bottom: -1px;
}


.fontlook9 { 
font-family: "Times New Roman", Times, serif;
font-size: 1em;
color:#f6c254;
font-weight:bold;
text-decoration:none;
}

.fontlook9new { 
font-family: "Times New Roman", Times, serif;
font-size: 1em;
color:#f6c254;
font-weight:bold;
text-decoration:none;
}

.fontlook9new1 { 
font-family: "Times New Roman", Times, serif;
font-size: 1em;
color:#ffff99;
font-weight:bold;
text-decoration:none;
}

.fontlook9new2 { 
font-family: "Times New Roman", Times, serif;
font-size: 1em;
color:#1d8478;
font-weight:bold;
text-decoration:none;
}


.fontlook9new3 { 
font-family: "Times New Roman", Times, serif;
font-size: 1em;
color:#0080c0;
font-weight:bold;
text-decoration:none;
}

.fontlook10 {
font-family:"Times New Roman", Times, serif;
font-size:1.5em;
color: #ffffe0;
font-weight:bold;
letter-spacing:1px;
margin: 0px 50px;

}

.fontlook11 { 
font-family: "Times New Roman", Times, serif;
font-size:16px;
color:#ffff99;
font-weight:bold;
margin: 0px 50px;
text-decoration:underline;
}


/**************** emails and boxes ******************************/

.myemail { 
font-family:"Times New Roman", Times, serif;
font-size:24px;
color: #ffffe0;
font-weight:bold;
letter-spacing:1px;
}

.myemail:hover {
color: #0080c0;
}


.myemail2 { 
font-family:"Times New Roman", Times, serif;
font-size:18px;
color: #ffffe0;
font-weight:bold;
margin: 20px 100px;
letter-spacing:1px;
}

.myemail2:hover {
color: #0080c0;
}



.mybox: img {
border-color:#000000;
border-style: solid;
border-width: 3px; 
text-decoration:none; 
}

.mybox:link img {
border-color:#000000;
border-style: solid;
border-width: 3px;
text-decoration:none; 
}

.mybox:visited img {
border-color:#000000;
border-style: solid;
border-width: 3px;
text-decoration:none; 
}

.mybox:hover img {
border-color:#f6c254;
border-style: solid;
border-width: 3px;
text-decoration:none; 
}

.mybox:active img {
border-color:#f6c254;
border-style: solid;
border-width: 3px;
text-decoration:none; 
}

.mybox:hover {
color: gold; /* Dummy definition to overcome IE bug */
border-width: 0px;
text-decoration:none; 
}




.mynav {
font-family:"Times New Roman", Times, serif;
list-style-type: none;
color: #ffffe0;
text-decoration:none;
font-size: large;
font-weight:bold;
letter-spacing:1.5px;
}

.mynav:hover {
color:#0080c0;
text-decoration:none;
}



/**************** nav bar ******************************/
#navbar li {
padding-right: 58px;
display: inline;
list-style-type: none;
font-size: .9em;
font-weight:bold;
text-align: left;
width: auto; 
}

#navbar  li a {
color: #ffffe0;
text-decoration:none;
width: 95%; 
}

#navbar li a:hover {
color:#1d8478;
text-decoration:overline underline;
}

#navbar li a:active {
color: #fee389;
text-decoration:none;
}

/**************** nav bar2 home page only******************/
#navbar2 li {
display: inline;
list-style-type: none;
font-size: 1em;
font-weight:bold;
text-align: center;
letter-spacing:1.5px;
}

#navbar2  li a {
color: #fee389;
text-decoration:none;
width: 90%; 
}

#navbar2 li a:hover {
color:#1d8478;
text-decoration:none;
}

#navbar2 li a:active {
color: #f6c254;
text-decoration:none;
}

