/* 
Document   : style
Created on : 02-Mar-2009, 15:59:32
Author     : Default
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    width: 1024px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-family:sans-serif;
    font-size: 8pt;
    position: relative;
}

a,a:visited,a:link{
    color:#7bb0a6;
    text-decoration:none;
    margin: 5px;
}

a:hover{
    text-decoration:underline;
}

#nav{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
}

p{
    color:#7bb0a6;
    font-size: 1.2em;
}

