body {
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	background-color: #676AE7 ;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	
}
h1 {
	font-size: 60px;
	font-weight: bold;
	text-shadow: #666;
	text-decoration: blink;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	
}
h3 {
	font-size: 18px;
	font-weight: bold;
	
}
h6 {
	font-size: 10px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
table {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

