/* Body defaults */
body {
background-color: #000042;
color: #444444;
font-family: "Palatino Linotype", arial, sans-serif;
padding: 8 px
}

h1 {
font-family: "Poor Richard", "arial black", sans-serif;
font-size: 30px;
font-weight: bolder;
}

h2 {
font-family: "Poor Richard", "arial black", sans-serif;
font-size: 24px;
font-weight: normal;
background-color: #000000;
padding: 5px 5px 10px 5px;
border: 1px solid #888888;
width: 125px;
text-align: center;
}

p.desc {
font-size: 12px;
width: 270px;
height: 190px;
overflow: auto;
padding: 15px;
border: 1px solid #888888;
}

/* Table Defaults */
table {
width: 90% ;
height: 90% ;
}

table.outer {
background-color: #FFFFFF;
border: 1px solid #888888;
width: 730 px;
}

td {
padding: 5 px ;
verticle-align: top ;
}

/* defines the links */
a:link {color: #888888}     /* unvisited link */
a:visited {color: #888888}  /* visited link */
a:hover {color: #281592}   /* mouse over link */
a:active {color: #281592}   /* selected link */

a.main:link {
color: #888888;
text-decoration: none;
font-size: 25px;
} 
   
a.main:visited {
color: #888888;
text-decoration: none;
font-size: 25px;
}

a.main:hover {
color: #281592;
text-decoration: none;
font-size: 25px;
}
  
a.main:active {
color: #281592;
text-decoration: none;
font-size: 25px;
}   

a.sub:link {
color: #888888;
text-decoration: none;
font-size: 15px;
} 
   
a.sub:visited {
color: #888888;
text-decoration: none;
font-size: 15px;
}

a.sub:hover {
color: #281592;
text-decoration: underline;
font-size: 15px;
}
  
a.sub:active {
color: #281592;
text-decoration: none;
font-size: 15px;
} 

.videodisplay {
position: absolute;
width: 500px;
height: 432px;
display: none;
top: 100px;
left: 90px;
background-color: #FFFFFF;
verticle-align: middle;
border: 1px solid #888888;
text-align: center;
padding-top: 10px;
}  

a.thex:link {
position: absolute;
right: 5px;
top: 5px;
width: 10px;
height: 8px;
font-size: 10px;
color: #FFFFFF;
text-align: center;
vertical-align: middle;
font-family: "arial" sans-serif;
background-color: #281592;
border: 1px solid #444444;
padding: 4px;
text-decoration: none;
}

a.thex:hover {
position: absolute;
right: 5px;
top: 5px;
width: 10px;
height: 8px;
font-size: 10px;
color: #281592;
text-align: center;
vertical-align: middle;
font-family: "arial" sans-serif;
border: 1px solid #EEEEEE;
background-color: #FFFFFF;
padding: 4px;
text-decoration: none;
}

a.thex:visited {
position: absolute;
right: 5px;
top: 5px;
width: 10px;
height: 8px;
font-size: 10px;
color: #FFFFFF;
text-align: center;
vertical-align: middle;
font-family: "arial" sans-serif;
background-color: #281592;
border: 1px solid #444444;
padding: 4px;
text-decoration: none;
}

a.thex:active {
position: absolute;
right: 5px;
top: 5px;
width: 10px;
height: 8px;
font-size: 10px;
color: #FFFFFF;
text-align: center;
vertical-align: middle;
font-family: "arial" sans-serif;
background-color: #281592;
border: 1px solid #444444;
padding: 4px;
text-decoration: none;
}