* {margin: 0; padding: 0; border: 0;}

body {
text-align: center;
font-family: verdana;
font-size:89.9%; 
background: #EEEEEE;
color: #fff;
min-width: 700px;
}

body {
font-family: verdana;
font-size: 89.9%;
line-height: 1.5;
}

a {color: #999999; text-decoration:none; }
a.top{
		color:#000099;
}

a:hover {text-decoration:none;}

#center a {color: #0000FF;}
#center a:hover {background: #000099; color: #fff;}

h1, h2, h3, h4, p {margin: 1em 0;}
ul {margin: 1em 2em;}

#center li {
	list-style:none;
}
#center li.real{
text-align:left;
 list-style:disc;
}


p{
text-align:center;
}
p.left{
text-align:left;
}
p.right{
text-align:right;
}
p.center{
text-align:center;
}
p.title{
font-size:140%;
font-weight:bold;
font-variant:small-caps;
}
p.subtitle{
font-size:140%;
font-style:oblique;
}
p.subsubtitle{
font-size:120%;
font-style:oblique;
}

hr{
color:#fff; background-color:#fff; border:1px dotted #0000FF; border-style: none none dotted;margin: 0px 100px 0px 100px;
}
img.floatleft{
	float:left;
	margin:4px;
}
img.floatright{
	float:right;
	margin:4px;
}
a.arrow{
background-color:#000099;
background:url('../img/menu/arrow.png');
background-repeat:no-repeat;
background-position:right;
width:98%;
}
a.arrow:hover{
background-color:#000099;
background:url('../img/menu/arrow-o.png');
background-repeat:no-repeat;
background-position:right;
width:98%;
}
a.content{
color:#0000FF;
}