/*
   joecrap cascading style sheet
   joe kennedy - 2006
*/

/* 
   Body style
*/

body {
   color: white;
   background-color: #00000e;
   
   font-family: sans-serif;

   text-align: center;
}

/* 
   Font styles
    * tiny
    * a
    * h1
*/

tiny {
   font-size: x-small;s
}

a {
   color: white;
   background-color: transparent;
   text-decoration: underline;
   font-family: sans-serif;
   font-size: small;
}

a:hover { 
   color: #8080B0; 
   background-color: transparent; 
}

h1 {
   color: white;
   text-decoration: none;
   font-family: sans-serif;
   font-size: medium;
}

/* 
   Table styles
    * table
    * tr
    * td (starmenu, starmain, article)
*/

table { 
   border-style: none;
   padding: 0;
   vertical-align: top;
}

tr {
   vertical-align: top;
}

td.starmenu {
   background-image: url('bg.png');
   background-repeat: repeat;
   
   border-style: solid;
   border-width: 2px;
   border-top-style: none;
   border-right-style: none;
   
   vertical-align: top;
   
   padding: 10;
   
   height: 100px;
   width: 100px;
   max-width: 100px;
}

td.starmain {
   background-image: url('bg.png');
   background-repeat: repeat;
   
   border-style: solid;
   border-width: 2px;
   border-top-style: none;

   vertical-align: top;

   padding: 10;

   height: 200px;
   width: 700px;
   max-width: 700px;
}

td.article {
   background-color: #001336;
   
   border-style: solid;
   border-width: 1px;
   border-color: #00030f;

   vertical-align: top;

   width: 680;
   max-width: 680;

   padding: 10;

}
