﻿#head_table 
{
 color:lightblue;
 font-size:85px;
 font-family:Verdana;
 text-decoration:none;     
}

#head_table_middle
{
    color:lightblue;
    font-size: 25px;
    font-family: Verdana;
    text-decoration:none;    
}

#head_table_down
{
    color:lightblue;
    font-size:20px;
    font-family:Verdana;
    text-decoration:none;    
}

body 
{
    font-size:15px;
    font-family:Verdana;
    color:Black;
}

#content_head
{
    font-size:35px;
    font-family:Verdana;
    color:Black;
}

a
{
    font-size:15px;
    font-family:Verdana;
    color:Blue;
    text-decoration:none;
}

a:hover
{
    font-size:15px;
    font-family:Verdana;
    color:Red;
    text-decoration:underline;
}

#projdesc
{
    border:0px solid black;
}

#vol
{
    border:0px solid red;
    position: static;
    padding: 1% 1% 1% 1%;
    margin: 3% 1% 1% 1%;
    width: 80em;
    height: 39em;
}

#button_prev
{
    border:0px solid blue;
    position:absolute;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    margin-top: 2%;
    margin-bottom: 90%;
    margin-left: 2%;
    margin-right: 90%;
}

#button_next
{
    border:0px solid green;
    position: absolute;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 2%;
    margin-bottom: 90%;
    margin-left: 70%;
    margin-right: 5%;
    float:left;
}

#vol_pict
{
    border:0px dotted yellow;
    position: relative;
    padding: 1% 1% 1% 1%;
    margin: 1% 5% 1% 5%;
    width: 50em;
    height: 25em;
    background-repeat:no-repeat;
    background-position:top center;
}

#curVolDes
{
    border:2px dotted black;
    position:relative;
    padding: 1% 1% 2% 1%;
    margin: 1% 5% 1% 5%;
    width: 60em;
    height: 5em;
}
