body {
	margin: 5px;
	padding: 5px;
	background-color: #E8EFFC;
	background-image: url(assets/bg.jpg);
	background-repeat: no-repeat;
	text-align: center;}

.box {
	height: 280px; 
	width: 400px; 
	border:1px dotted black; 
	padding: 10px; 
	margin-left: auto; 
	margin-right: auto;
	}

body * {font-family: arial, helvetica, sans-serif; font-weight: bold;}
p, ul, li {font-size: 12px; margin-top: 0.5em; margin-bottom: 0.5em;}
ul, li {text-align: left;}
h1 {text-align: center; color: #000; font-size: 18px;}
ul {margin-top: 0.5em;}

/*copyright*/
#copy {
	clear: both;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	width: 718px;
	padding-bottom: 10px;
	}
#copy a:link {color: #1A1E6E;}
#copy a:visited {color: #1A1E6E;}
#copy a:hover {color: #000;}
#copy a:active {color: #1A1E6E;}

#copy hr {height: 1px; color: #1A1E6E;}	


