
a:link 
{text-decoration: none;
font-weight: bold;
color: rgb(255,100,100);}

a:active 
{text-decoration: none;
font-weight: bold;
color: rgb(255,100,100);}

a:visited 
{text-decoration: none;
font-weight: bold;
color: rgb(255,100,100);}

a:hover 
{text-decoration: none; 
font-weight: bold;
color: rgb(000,101,154);}



body 
{
font-family: Arial, Helvetica, sans-serif;
line-height: 1.4em;
font-size: 14px;
margin: 0;
padding: 0;
text-align: center;
min-width: 1000px;
background: #ffffff;
color: #000000;
}

h1
{
font-family: Arial, Helvetica, sans-serif;
color: rgb(000,101,154);
margin-top: 8px;
margin-bottom: 10px;
font-size: 18px;
}

h2
{
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
color: #ff0000;
margin-top: 0px;
margin-bottom: 8px;
font-size: 120%;
}


#wrapper
{
text-align: left;
width: 954px;
margin-left: auto;
margin-right: auto;
margin-top: 4px;
margin-bottom: 4px;
background-color: #ffffff;
color: #000000;
padding: 0px;
position: relative;
}

#nav
{
position: absolute;
top: 130px;
right: 30px;
width: 674px;
border-bottom: 2px solid rgb(255,100,100);
color: rgb(128,128,128);
font-size: 16px;
text-align: center;
line-height: 30px;
}

#sign-up
{
float: right;
width: 210px;
line-height: 30px;
margin-top: 15px;
}

#index-text
{
width: 630px;
line-height: 22px;
padding-top: 15px;
padding-left: 40px;
}


#text
{
background-color: rgb(255,239,255);
color: #000000;
border-left: 7px solid rgb(000,101,154);
border-right: 7px solid rgb(000,101,154);
border-bottom: 7px solid rgb(000,101,154);
height: 610px;
}



#storage
{border-top: 2px solid #000000;
}

