/* CSS Document */

Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-image: url(http://tickets.wedoitallvegas.com/images/background.gif);
	background-repeat: repeat-y;
}

p {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
}

a {
	color: #05518C;
	text-decoration: none;

}

a:hover {
	color: #dc241e;
	text-decoration: none;

}

h1 {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5f0d4;
}
h2 {
	text-decoration: none;
	color: #2B608F;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
