body
{
	padding:0px;
	margin:0px;
	background-color: #d2d8ea;
	color: #304168;
	font: 14px "Trebuchet MS", arial, geneva, lucida, sans-serif;
}

img
{
	border:0px;
}

#cont
{
	margin-top:5px;
	padding:5px;
}

#cont a
{
	color: #304168;
}

h1{
padding:0px;
margin:0px;
padding-bottom:5px;
font-size:19px;
}

.menu
{
	font-size: 16px;
	width:790px;
	margin:auto;
	text-align:center;
}

.divtop
{
	height:6px;
	margin:auto;
	background-image: url('./img/break.png');
	background-repeat: repeat-x;

}

.divtop2
{
	height:6px;
	margin:auto;
	background-image: url('./img/break2.png');
	background-repeat: repeat-x;

}

.divcode
{
	background-color:#fff;
	border:1px dotted #000;
	color: #000;
	text-align:center;
	width:90%;
	padding:10px;
}

.divcodel
{
	background-color:#fff;
	border:1px dotted #000;
	color: #000;
	text-align:left;
	width:90%;
padding:10px;
}

a:link
{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
a:visited
{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
a:hover, a:active
{
	color: #fff;
	text-decoration: underline;
} 


