@charset "ISO-8859-1";


/* Developed by Tepee Design // www.tepeedesign.co.uk */

@font-face {
   font-family: ArialRounded;
   src: url('ArialRoundedBold.ttf');
}


*{margin:0;border:0;padding:0;}

h2{
	font-family: ArialRounded, Helvetica, Verdana, Arial, sans-serif;
	border:none;
	font-weight: 100;
	color: #fff;
	font-size: 30px;
	margin-top:10px;
	margin-bottom:10px;

}

h3{
	
	border:none;
	font-weight: 400;
	font-size: 18px;
	color: #fff;

}

p{

	font-size: 15px;
	}
	
ul{

	font-size: 15px;
}

table{

background: #ff3399;
padding:4px;
font-size: 15px;

}

th{

color: white;
 padding-left:5px;
 padding-right:5px;

}
td{

 padding-left:5px;
 padding-right:5px;


}

tr{

 height:20px;

}
