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


 
 body, html {
	margin: 0;
	padding: 0;
}

body, div, p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

h1 {
	font-size: 13px;
	display: none;
}

h2 {
	font-size: 12px;
}

div#all {
	position:absolute;
	width:500px;
	height:800px;
	
}

div#picture {
	position:absolute;
	width: 352px;
	height: 361px;
	top: 360px;
	left: 149px;
	background-repeat: no-repeat;
	background-image: url(imgs/rules_imgs/ambition.gif);
}

div#texthere {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
 

 a:link {
	text-decoration: none;
	color: #666666;	
	text-align: justify;
	vertical-align: 2%;
	text-align: justify;
	vertical-align: 2%;
	text-align: justify;
	vertical-align: 2%;
	}
	
a:visited {
	text-decoration: none;
	color: #666666;	
}

a:hover {
	text-decoration: none;
	color: #000000;	
}
