

/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
 }

h4, h3 {
 margin:0; 
 padding: 5px 0;
 }

p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }
 
h1 {
color:#07234F;
font-size:160%;
margin:0px;
text-align:center;
}

h2 {
color:#800000;
font-size:140%;
font-weight:normal;
margin-bottom:0px;
}

li {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:17px;
}

a:link {
color:#0033CC;
text-decoration:none;
}

a:active {
color:#339933;
text-decoration:none;
}

a:visited {
color:#780A7A;
}

a:hover {
color:#D86600;
}

h1 a:hover, h2 a:hover {
background:#FFFFFF none repeat scroll 0%;
color:#FF9933;
}

ul {
list-style-type:square;
}

dt {
font-style:italic;
font-weight:bold;
letter-spacing:1.5px;
padding-bottom:5px;
padding-left:10px;
}

dd {
border-left:1px solid #FF6600;
margin-bottom:15px;
padding-left:10px;
}

.dltext {background:#ADFF2F none repeat scroll 0%; border:medium dotted; float:right;}
