/* CSS Document */
#banner
{
width:100%;
height:auto;
background-color:rgb(98,111,191);
}

h1
{
color:white;
font-size:1.8em;
 }
 
.light
{
color:rgb(201,201,201);
}

p.box
{
border-color:rgb(169,169,169);
border-style:solid;
border-width:thin;
padding:10px;
margin:0px;
height:auto;
background-color:rgb(255,255,255);
}
p.boxj
{
border-color:rgb(154,205,50);
border-style:solid;
border-width:thin;
padding:20px;
margin:0px;
height:auto;
background-color:rgb(255,255,255);
}
p.spejinfo
{
background-color:rgb(154,205,50);
padding:0px;
margin-top:20px;
margin-bottom:0px;
}

a.ban
{
text-decoration:none;
}