body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

div.text{
font-family:Verdana;
font-size:12px;
font-weight:normal;
color:white;
text-indent: 1cm;
padding:20px;
}

p.text {
font-family:Verdana;
font-size:12px;
font-weight:normal;
color:white;
}

p {
font-family:Verdana;
font-size:12px;
font-weight:normal;
color:white;
}

p.title {
font-family:Verdana;
font-size:20px;
font-weight:bold;
color:red;
}


img.left {
position:relative;
float:left;
border:1px dashed white;
margin: 6px 6px 6px 6px;
}


img.right {
	position:relative;
	float:right;
	border:1px dashed white;
	margin: 6px 6px 6px 6px;
	left: 540px;
	top: 1065px;


}


img.center {
position:relative;
align:center;
border:1px dashed white;
margin: 6px 6px 6px 6px;
}


li {
list-style-image:url('sign.gif');
}

a.menu {
font-family:arial;
font-size:12px;
font-weight:bold;
color:white;
}

a.menu:link {
text-decoration: none;
}

a.menu:hover {
text-decoration: underline;
}

a.link {
font-family:arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:red;
}

a.link:hover {
text-decoration: underline;
}


div.menu {
list-style-position: outside;
}