p {
 font-family: Arial;
 font-size: 10pt;
}

B {
 font-family: Arial;
 font-size: 10pt;
}

A.box {
 font-family: Arial;
 font-size: 10pt;
 color: #6B8BC5;
 padding-bottom:5px;

}

A.menu {
 font-family: Arial;
 font-size: 10pt;
 color: #6B8BC5;
 padding-left:10px;


}

A {
 font-family: Arial;
 font-size: 10pt;
 color: #6B8BC5;
}

H1 {
 font-family: Arial;
 font-size: 12pt;
 color: #6B8BC5;
 font-weight: bold;
}

body {
 background-image: url("images/bg.gif");
 background-repeat:repeat-x;
 background-color:#82A9F0;


}