<style type="text/css">

body {background: white}
h1 {font-family: georgia; font-size: 200%; font-weight: bold; color: black; text-align: center; background-color: white}
h2 {font-family: georgia; font-size: 130%; font-weight: bold; color: black; text-align: center; background-color: white}
h3 {font-family: georgia; font-size: 110%; font-weight: bold; color: black; text-align: center; background-color: white}
h4 {font-family: georgia; font-size: 110%; font-weight: bold; color: white; text-align: left; text-decoration:none}
h5 {font-family: georgia; font-size: 130%; font-weight: bold; color: white; text-align: left; text-decoration: blink}
h6 {font-family: georgia; font-size: 110%; font-weight: bold; color: white; text-align: left; background-color: transparent}
p.left {font-family: georgia, "georgia", sans-serif; font-size: 100%; font-weight: normal; color: #000000; text-align: left; margin-left: 10px; background-color: #FFFFFF}
p.center {font-family: georgia, "georgia", sans-serif; font-size: 100%; font-weight: normal; color: #000000; text-align: center; background-color: #FFFFFF}
p.right {font-family: georgia, "georgia", sans-serif; font-size: 100%; font-weight: normal; color: #000000; text-align: right}


.horizontalcssmenu ul{
margin-left: 10px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float:left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #000000;
margin-left: 10px;
text-decoration: none;
background: white;
color: black;
font: bold 13px Georgia;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #FFFFff;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 100px; /*width of sub menu levels*/
font-weight: bold;
padding: 2px 5px;
background: #FFFFff;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: #FFA500
}

.horizontalcssmenu ul li ul li a:hover{
background: #FFD700;
}

p.iepara {padding-top:3em}


ul.quaver {list-style-image: url('quaver.gif')}
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}

a:link {font-family: georgia, "georgia", sans-serif; font-size: 100%; font-weight:bold; color: white; text-decoration: none; background: none}
a:visited {font-family: georgia, "georgia", sans-serif; font-size: 100%; font-weight:bold; color: white; text-decoration: none; background: none}
a:hover {font-family: georgia, "georgia", sans-serif; font-size: 100%; font-weight:bold; color: orange; text-decoration: none; background: none}
a:active {font-family: georgia, "georgia", sans-serif; font-size: 100%; font-weight:bold; color: black; background: white }


</style>





