
body
{
    background-color: white;
    font-size : 100%;
}

h1
{
    font-family:"Arial, Verdana";
    font-size: 2.5em;
    font-style : italic;
    color: #6c7b9f;
} 

h3
{
    font-family:"Arial, Verdana";
    font-size: 1.5em;
    font-style : italic;
    text-align : center;
    color: #6c7b9f;
} 



p
{
    padding : bottom 4px;
}

a:link 
{
    color:#0000FF;
    text-decoration : none;
}      /* unvisited link */


a:visited 
{
    color:#0000FF;
    text-decoration : none;
}  /* visited link */

a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */

pre
{
    font-family:"Arial";
    color : black;
    font-style : normal;
    font-size : 1em;
}    
    


.block
{
    background-color : green;
    border : 2px solid black;
    position : absolute;
    width : 600px;
}

.headline
{
    background-color: #c5e5d0;
    border : 2px solid black;
    padding : 20px;
    position : absolute;
    top : 260px;
    left : 100px; 
    width : 850px;
    height : 300px;   
}

.headline h1
{
    font-family:"Arial, Verdana";
    font-size: 2 em;
    color : black;
    font-style : normal;
    text-decoration : blink;
}

.hltext
{
    position : relative;
    top : 40px;
    text-align : center;   
    font-family : "arial, verdana";
    font-size : 1.5 em;
    color : red;
}

.details
{
    background-color: #c5e5d0;
    border : 2px solid black;
    padding : 20px;
    position : absolute;
    top : 260px;
    left : 350px; 
    width : 600px;
    height : 300px;   
    font-family:"Arial, Verdana";
    font-size : 1em;
    font-color : black;
}

.linkbox
{
    text-align : center;
    background-color: #c5e5d0;
    border : 2px solid black;
    padding : 20px;
    margin : 20px;
    position : absolute;
    top : 240px;
    left : 40px; 
    width : 250px;   
    font-family:"Arial, Verdana";
    font-size : 1em;
    font-color : black;
}

.linkbox h1
{
    font-size : 1.5em;
    font-color : blue;
}