@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%; 
}

body {
	background-color:#FFFFFF;
	margin:0px;
	/*
	background-image:url(../images/bg_01.jpg);
	background-repeat:repeat-x;
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11PX;
	color:#333333;
}

p.blocktext {
	margin-left:auto;
	margin-right:auto;
	width:20em;
}

img.broke {
    display:block;
    margin-left:auto;
    margin-right:auto 
}

a {
	text-decoration:none;
	color:#CC0000;
}

a:hover {
	color:#FF0000;
}
