body
{
    font-family: Arial;
}

.photos
{
    border: double;
}

#test
{
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
    background-color: Transparent;
    z-index: 1;
}

table 
{
	border-collapse: collapse;
}

a
{
    
}
.classLinks a:link
{
    color: black;
    font-weight: normal;
    text-decoration: none;
}
.classLinks a:visited
{
    color: black;
    font-weight: normal;
    text-decoration: none;
}
.classLinks a:hover
{
    color: black;
    font-weight: normal;
    text-decoration: underline;
    font-style: normal;
}
.classLinks a:active
{
    color: black;
    font-weight: normal;
    text-decoration: none;
}

.specialtyLinks a:link
{
    color: black;
    text-decoration: none;
}
.specialtyLinks a:visited
{
    color: black;
    text-decoration: none;
}
.specialtyLinks a:hover
{
    color: black;
    text-decoration: underline;
    font-style: normal;
}
.specialtyLinks a:active
{
    color: black;
    text-decoration: none;
}

.specialLinks a:link 
{
    color: Black;
}
.specialLinks a:visited 
{
    color: Black;
}
.specialLinks a:hover 
{
    color: Gray;
    font-style: normal;
}
.specialLinks a:active 
{
    color: Black;
}

a:link 
{
    font-weight: bold;
COLOR: black;
}
a:visited 
{
    font-weight: bold;
COLOR: gray;
}
a:hover 
{
    font-weight: bold;
COLOR: #EE88FF;
font-style: italic;
}
a:active 
{
    font-weight: bold;
COLOR: #5599BB;
}

h1
{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}
h2
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
h3
{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.comingSoon
{
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-left: 250px;
    padding-top: 275px;
}

.photo
{
    border-color: Black;
    border-style: double;
    border-width: medium;
}

.photos
{
	font-size: 12px;
}
			
.twistieAnchor
{
	font-size: 11px;
	color: white;
	text-decoration:none;
}			

.twistieContent
{
	font-size: 12px;
	color: black;
	padding: 5px;
}

.twistie
{
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 15px;
	background-color: #808080;
	width: 203px;
	height: 18px;
}
.noListType
{
    list-style-type: none;
}
.resume
{
    list-style-type: none;   
}

ul
{
    list-style-type: disc;
    padding: 0;
    margin-left: 2em;
}

.scroll { scrollbar-face-color:#eeccff; 
scrollbar-shadow-color:  ; 
scrollbar-highlight-color:; 
scrollbar-3dlight-color:grey; 
scrollbar-arrow-color:#ee88ff; 
scrollbar-track-color:#eeaaff; 
scrollbar-darkshadow-color:#eeaaff; 
scrollbar-base-color:#eeaaff; 
}