@charset "UTF-8";
body{
	background-image:url(../images/bg.jpg);
	background-color: #ebeed3;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:103%;
	color:#000000;

	margin:0;
	text-align:center;
}

.flashelement{
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:77%;
	text-align:justify;
}

h1{
	font-size:125%;
}

h6{
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	font-size:66%;
	text-align:right;
}

h6 a:link{
	color:#000000;
	
	text-decoration:none;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

h6 a:visited{
	color:#000000;
	
	text-decoration:none;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

h6 a:hover{
	color:#000000;
	
	text-decoration:none;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.warning{
	position:relative;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#FF0000;
	font-size:88%;
	font-weight:bold;
	
	padding:5px;
	border-color:#FF0000;
	border-style:dashed;
	border-width:1px; 
}

