/*Shit to do:
-Links (color, style, etc.)
-Image template?
-Table (maybe separate sheet? internal sheet?)
*/


body
{
background-color:#00001a;
}

h1
{
color:#000055;
text-align:left;
}

.boxed
{
border-style:solid;
border-width:4px;
border-color:#4f4fff;
font-size:25px;
background-color:#ccccee;
color:000055;
text-shadow:;
margin-left:10px;
padding:1px;
}

p
{
font-family:"Times New Roman";
font-size:20px;
color:#000055;
}

div.block
{
border-style:ridge;
border-width:6px;
border-color:blue;
background-color:#ccccee;
padding:5px;
margin:8px;
}

div.mainpanel
{
width:700px;
padding:10px;
}


div.floatpanel
{
position:fixed;
width:258px;
padding:5px;
margin-top:5px;
margin-left:700px;
}