/*
 * Weddings MC CSS file
 *
 * @author Pete Miller INSTANT MC
 * @copyright A CORPORATE COMPERE P/L
*/ 

/*
 * links
*/

a:link, a:visited { 
	color: #aa2dd2; 
}

a:hover { 
	color: #fa4bff; 
}

/*
 * headings
*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	color: #c83cbe;
}

h2 {
	font-size: 24px;
	color: #b4b4be;
}

h3 {
	font-size: 18px;
	color: #646478;
}

h4 {
	font-size: 17px;
	font-weight: normal;
	color: #660066;
	margin-top:10px;
	font-weight: bold;

}

#index_title {
	color: #00064E;
	text-align:center;
	font:bold xx-large Arial, Helvetica, sans-serif
}

#index_title a {
	color: #00064E;
	text-align:center;
	font:bold xx-large Arial, Helvetica, sans-serif
}

#index_title a:hover {
	color:#6633CC;
}

#index_text {
	color: #00064E;
	font-size: large;
	text-align:center;
	font:bold Arial, Helvetica, sans-serif
}
