@charset "UTF-8";


/*______________________________________________FONT FAMILIES*/


a {text-decoration:none; border:none;}



@font-face {
    font-family: SofachromeRegular;
    src: url('fonts/sofacrome/sofachrome_rg-webfont.eot');
    src: url('fonts/sofacrome/sofachrome_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofacrome/sofachrome_rg-webfont.woff') format('woff'),
         url('fonts/sofacrome/sofachrome_rg-webfont.ttf') format('truetype'),
         url('fonts/sofacrome/sofachrome_rg-webfont.svg#SofachromeRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Light;
    src: url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.eot');
    src: url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.woff') format('woff'),
         url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.ttf') format('truetype'),
         url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.svg#HelveticaNeueLTStd25UltraLt') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*TRADE GOTHIC*/
@font-face {
    font-family: Trade Gothic;
    src: url('fonts/TradeGothic/tradegothicltstd-bold-webfont.eot');
    src: url('fonts/TradeGothic/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TradeGothic/tradegothicltstd-bold-webfont.woff') format('woff'),
         url('fonts/TradeGothic/tradegothicltstd-bold-webfont.ttf') format('truetype'),
         url('fonts/TradeGothic/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Helvetic Neue;
    src: url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.eot');
    src: url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.woff') format('woff'),
         url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.ttf') format('truetype'),
         url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.svg#HelveticaNeueLTStd37ThCn') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
	font-family: Helvetic Neue;
	src: url('fonts/HelveticaNeueLTStd-ThCn.otf');
}
*/
/*
@font-face {
	font-family: Trade Gothic;
	src: url('fonts/TradeGothicLTStd-Bold.otf');
}



@font-face {
	font-family: Light;
	src: url('fonts/HelveticaNeueLTStd-Lt.otf');
}
*/

body{
	padding:0px;
	margin:0px;
	/*background-color:#999;*/
	background-image:url('../images/white_leather.png');
}

#page {
	background-color:#777;
	margin:0 auto;
	width:960px;
	height:100%;
}

/*______________________________________________HEADER AREA*/

#headerArea {
	background-color:#777;
	margin:0 auto;
	width:960px;
	height:100%;
}


.header {
	/*background-color:#666;*/
	height:100px;
	width:100%;
	float:left;
}
	.header h1 {
		font: 1.5em SofachromeRegular;
		text-align:center;
		width:760px;
		margin-left:200px;
		margin-top:50px;
		color:#4c4c4c;
		float:left;
		
	}


/*______________________________________________LOGO*/
#logo {
	margin-top:10px;
	height:180px;
	width:170px;
	z-index:2;
	float:left;
	position:absolute;
}

/*______________________________________________ CONTROL BAR CONTAINER*/

#controlBar {

	width:100%;
	height:97px;
	float:left;
	
	border-top-style:solid;
	border-top-color:#650202;
	
	border-bottom-style:solid;
	border-bottom-color:#650202;	
}

	#controlBar #inner {
		margin-top:5px;
		background-color:#650202;
		width:100%;
		height:83px;
		
		list-style-type: none;
		z-index:-1;
		border-bottom-style:solid;
		border-bottom-color:#999;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#999;
		border-top-width:1px;
	
	
	}

/*______________________________________________NAV BAR*/

#button {
	margin-top:-30px;
	margin-right:5px;
	height:53px;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	/*background-color:#444;*/
	float:left;

}

	#button:hover {
		background-color:#430103;
		color:#888;
		box-shadow: 1px 1px 20px 10px #330102 inset;
	}

	

#navcontainer {
	height: 83px;
	z-index:-1;
	margin:0 auto;
	width:960px;
	
	
}
	/*UL STYLING*/
	#navcontainer ul {
		
		background-color:#650202;
		margin:0 20px 20px 200px;
		height: 83px;
		list-style-type: none;
		z-index:-1;
		
	}
		
	/*LI STYLING*/	
	#navcontainer li {
		font: 14px Trade Gothic;
		display: inline;
		margin-right:5px;
		height:53px;
		padding-top:30px;
		padding-left:10px;
		padding-right:10px;
		/*background-color:#444;*/
		float:left;
		font: 14px Trade Gothic;
		color:#fff;
		cursor: pointer;
		
	}
	
	/*TEXT FORMATING*/
	#navcontainer li a 
	{
		font: bold 14px Trade Gothic;
		text-decoration: none;
		color: #fff;
		cursor:pointer;
		height:100px;
	}
	
	/*HOVER STATE*/
	#navcontainer li:hover
	{
		background-color:#430103;
		color:#888;
		box-shadow: 1px 1px 20px 10px #330102 inset;
		
	}
	
	/*CURRENT STATE*/
	#navcontainer #current{
		color:#888;
		background-color:#430103;
		box-shadow: 1px 1px 20px 10px #330102 inset;
	}
	
/*______________________________________________SECONDARY TITLE*/
.secondaryTitle {

	width:960px;
	height:50px;
	/*background-color:#444;*/
	float:left;
	margin-top:25px;

}

	.secondaryTitle h1 {
		
		margin:0;
		font: 60px Helvetic Neue;
		color:#4c4c4c;
		margin-left:20px;
		
	}


/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/
/*______________________________________________ STANDINGS PAGE*/
/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

/*______________________________________________LAST WEEK*/
.lastWeek {

	width:920px;
	height:100%;
	margin-top:30px;
	margin-left:20px;
	padding-bottom:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	.lastWeek h1 {
		font: 35px Helvetic Neue;
		color:#6a734c;
		width:860px;
		height:30px;
		padding-top:5px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:40px;
		/*background-color:#444;*/
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.lastWeek .list {
		margin-left:40px;
		width:400px;
		float:left;
		
	
	}
	
	.lastWeek .list ul {
		list-style:none;
		padding:0;
		margin:0;
		float:left;
	
	}
	
	.lastWeek .list li {
		
		font: 16px Trade Gothic;
		color:#575757;
		list-style:none;
		width:300px;
		height:15px;
		padding:20px;
		float:left;
		background-color:#a7a7a7;
		margin-bottom:5px;
		margin-top:0;
	}
	
	.lastWeek .list ld {
		
		font: 16px Trade Gothic;
		color:#3c3c3c;
		list-style:none;
		width:300px;
		height:15px;
		padding:20px;
		float:left;
		background-color:#666;
		margin-bottom:5px;
	}
	
	.lastWeek .list ul wins {
		
		font: 18px Trade Gothic;
		color:#555;
		text-align:center;
		list-style:none;
		width:20px;
		height:15px;
		padding:20px;
		float:left;
		background-color:#fff;
	
	}
	
	.lastWeek .list ul teams {
		
		font: 18px Helvetic Neue;
		color:#000;
		width:340px;
		height:25px;
		margin:0;
		padding:0;
		float:left;
		/*background-color:#444;*/
	
	}
	
	.lastWeek .list ul winT {
		
		font: 18px Helvetic Neue;
		text-align:center;
		height:20px;
		margin:0px;
		width:20px;
		padding-right:20px;
		padding-left:20px;
		height:25px;
		float:left;
		
		/*background-color:#444;*/
	
	}
	
/*______________________________________________LEAGUES*/

.aLeague {

	width:440px;
	height:100%;
	margin-top:30px;
	margin-left:28px;
	margin-bottom:20px;
	padding-bottom:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	.aLeague h1 {
		font: 35px Helvetic Neue;
		color:#a63005;
		width:400px;
		height:30px;
		padding-top:5px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:20px;
		margin:0;
		margin-top:30px;
		margin-bottom:10px;
		
		/*background-color:#444;*/
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.aLeague .list {
		margin-left:20px;
		margin-top:10px;
		width:420px;
		float:left;
		/*background-color:#444;*/
		
	
	}
	
	.aLeague .list ul {
		list-style:none;
		padding:0;
		margin:0;
		float:left;
	
	}
	
	.aLeague .list li {
		
		font: 16px Trade Gothic;
		color:#575757;
		list-style:none;
		width:235px;
		height:10px;
		padding:20px;
		padding-top:15px;
		float:left;
		background-color:#a7a7a7;
		margin-bottom:5px;
	}
	
	.aLeague .list ld {
		
		font: 16px Trade Gothic;
		color:#3c3c3c;
		list-style:none;
		width:235px;
		height:10px;
		padding:20px;
		padding-top:15px;
		float:left;
		background-color:#666;
		margin-bottom:5px;
	}
	
	.aLeague .list ul wins {
		
		font: 20px Trade Gothic;
		color:#555;
		text-align:center;
		list-style:none;
		width:20px;
		height:10px;
		padding:20px;
		padding-top:15px;
		float:left;
		background-color:#fff;
	
	}
	
	.aLeague .list ul losses {
		
		font: 20px Trade Gothic;
		color:#555;
		text-align:center;
		list-style:none;
		margin-left:5px;
		width:20px;
		height:10px;
		padding:20px;
		padding-top:15px;
		float:left;
		background-color:#fff;
	
	}
	
	.aLeague .list ul teams {
		
		font: 20px Helvetic Neue;
		color:#000;
		width:275px;
		height:25px;
		margin:0;
		padding:0;
		float:left;
		/*background-color:#444;*/
	
	}
	
	.aLeague .list ul winT {
		
		font: 20px Helvetic Neue;
		text-align:center;
		height:20px;
		margin:0px;
		width:20px;
		padding-right:20px;
		padding-left:20px;
		height:25px;
		float:left;
		
		/*background-color:#444;*/
	
	}

	.aLeague .list ul loseT {
		
		font: 20px Helvetic Neue;
		text-align:center;
		
		width:20px;
		height:20px;
		
		margin:0px;
		
		padding-right:20px;
		padding-left:20px;
		
		height:25px;
		float:left;
		
		/*background-color:#444;*/
	
	}


/*•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/
/*______________________________________________SCHEDULE PAGE*/
/*•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/




/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• MEETINGS*/
.Meetings {

	width:920px;
	height:100%;
	margin-top:30px;
	margin-left:20px;
	padding-bottom:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	.Meetings h1 {
		font: 35px Helvetic Neue;
		color:#6a734c;
		width:860px;
		height:30px;
		padding-top:5px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:40px;
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• LIST */
	.Meetings .list {
		margin-left:40px;
		width:840px;
		float:left;
		/*background-color:#333;*/
	
	}
	
	.Meetings .list ul {
		list-style:none;
		padding:0;
		margin:0;
		float:left;
	
	}
	
	/*______________________________________________ LI LIGHT*/
	.Meetings .list li {
		
		font: 18px Trade Gothic;
		color:#575757;
		list-style:none;
		width:200px;
		height:20px;
		padding:20px;
		float:left;
		background-color:#a7a7a7;
		margin-bottom:5px;
		margin-top:0;
	}
	
	
	
	/*______________________________________________ TIME*/
	.Meetings .list ul time {
		
		font: 18px Trade Gothic;
		text-align:center;
		list-style:none;
		width:100px;
		height:20px;
		padding:20px;
		margin-left:3px;
		float:left;
		background-color:#fff;
	
	}
	
	/*______________________________________________ PLACE*/
	.Meetings .list ul place {
		
		font: 18px Trade Gothic;
		text-align:center;
		list-style:none;
		width:100px;
		height:20px;
		padding:20px;
		margin-left:3px;
		float:left;
		background-color:#fff;
	
	}
	
	/*______________________________________________ DESCRIPTION*/
	.Meetings .list ul desc {
		
		font: 16px Trade Gothic;
		color:#575757;
		list-style:none;
		width:270px;
		height:30px;
		padding:20px;
		padding-top:10px;
		margin-left:3px;
		float:left;
		background-color:#a7a7a7;
		margin-bottom:5px;
		margin-top:0;
	
	}
	
	
	/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• LIST DARK*/
	
	#dark {
		
		background-color:#878787;
		
	}
	
	
	#desc_dark {

		background-color:#878787;
	
	}
	
	
	
	
	
	.Meetings .list ul date {
		
		font: 20px Helvetic Neue;
		color:#000;
		width:240px;
		height:25px;
		margin:0;
		padding:0;
		float:left;
		
	
	}
	
	.Meetings .list ul time_place {
		
		font: 20px Helvetic Neue;
		text-align:center;
		height:20px;
		margin:0px;
		width:100px;
		padding-right:20px;
		padding-left:20px;
		margin-left:3px;
		height:25px;
		float:left;
	
	
	}
	
	.Meetings .list ul desc_header {
		
		font: 20px Helvetic Neue;
		color:#000;
		width:240px;
		height:25px;
		margin:0;
		padding:0;
		margin-left:3px;
		float:left;
		
	
	}


/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• WEEKS*/

#wTitle {
	
	width:900px;
	height:45px;
	margin-top:50px;
	margin-left:17px;
	float:left;


}
	#wTitle h1 {
		margin:0;
		font: 45px Helvetic Neue;
		color:#4c4c4c;
	}

.Week {

	width:300px;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:17px;
	padding-bottom:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	.Week h1 {
		font: 35px Helvetic Neue;
		color:#6a734c;
		width:260px;
		height:30px;
		padding-top:5px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:20px;
		margin:0;
		margin-top:30px;
		margin-bottom:10px;
		
		/*background-color:#444;*/
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.Week h1 date {
		font: 20px Helvetic Neue;
		color:#6a734c;
		margin-left:25%;
	}
	
	.Week .list {
		margin-left:10px;
		margin-top:10px;
		width:280px;
		float:left;
		/*background-color:#444;*/
		
	
	}
	
	.Week .list ul {
		list-style:none;
		width:280px;
		padding:0;
		margin:0;
		float:left;
	
	}
	
	
	/*______________________________________________ LI LIGHT*/
	.Week .list li {
		
		font: 14px Trade Gothic;
		color:#575757;
		list-style:none;
		
		width:280px;
		height:20px;
		
		text-align:center;
		
		
		padding-top:15px;
		padding-bottom:10px;
		
		float:left;
		background-color:#a7a7a7;
		margin-bottom:5px;
	}
	
		.Week .list li vs {
			
			font: 14px Trade Gothic;
			color:#575757;
			list-style:none;
			width:235px;
			height:20px;
			padding:10px;
			padding-top:15px;
			margin-left:10px;
			margin-right:10px;
			margin-bottom:5px;
		}



/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/
/*______________________________________________ OFFICERS PAGE*/
/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

.Officers {

	width:920px;
	height:100%;
	margin-top:30px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	.Officers h1 {
		font: 35px Helvetic Neue;
		color:#6a734c;
		width:860px;
		height:30px;
		padding-top:5px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:40px;
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• LIST */
	.Officers .list {
		margin-left:40px;
		width:840px;
		float:left;
		/*background-color:#333;*/
	
	}
	
	.Officers .list ul {
		list-style:none;
		padding:0;
		margin:0;
		float:left;
	
	}
	
	/*______________________________________________ POSITION*/
	.Officers .list li {
		
		font: 18px Trade Gothic;
		color:#575757;
		list-style:none;
		width:200px;
		height:20px;
		padding:20px;
		float:left;
		background-color:#a7a7a7;
		margin-bottom:5px;
		margin-top:0;
	}
	
	
	
	/*______________________________________________ NAME*/
	.Officers .list ul time {
		
		font: 16px Trade Gothic;
		color:#575757;
		text-align:center;
		list-style:none;
		width:100px;
		height:20px;
		padding:20px;
		margin-left:3px;
		float:left;
		background-color:#fff;
	
	}
	
	/*______________________________________________ PHONE*/
	.Officers .list ul place {
		
		font: 16px Trade Gothic;
		color:#575757;
		text-align:center;
		list-style:none;
		width:100px;
		height:20px;
		padding:20px;
		margin-left:3px;
		float:left;
		background-color:#fff;
	
	}
	
	/*______________________________________________ EMAIL*/
	.Officers .list ul desc {
		
		font: 16px Trade Gothic;
		color:#575757;
		list-style:none;
		width:270px;
		height:20px;
		padding:20px;
		margin-left:3px;
		float:left;
		background-color:#FFF;
		margin-bottom:5px;
		margin-top:0;
	
	}


	/*______________________________________________ TITLES*/
	
	.Officers .list ul date {
		
		font: 20px Helvetic Neue;
		color:#000;
		width:240px;
		height:25px;
		margin:0;
		padding:0;
		float:left;
		
	
	}
	
	.Officers .list ul time_place {
		
		font: 20px Helvetic Neue;
		text-align:center;
		height:20px;
		margin:0px;
		width:100px;
		padding-right:20px;
		padding-left:20px;
		margin-left:3px;
		height:25px;
		float:left;
	
	
	}
	
	.Officers .list ul desc_header {
		
		font: 20px Helvetic Neue;
		color:#000;
		width:240px;
		height:25px;
		margin:0;
		padding:0;
		margin-left:3px;
		float:left;
		
	
	}


/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/
/*______________________________________________ RULES PAGE*/
/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

/*______________________________________________ TITLE */
.rules {

	width:920px;
	height:100%;
	margin-top:30px;
	margin-left:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	
	
/*______________________________________________ TITLE */	
	
	.rules .list {
		margin-left:40px;
		width:800px;
		float:left;
		
	
	}
	
	.rules .list h1 {
		font: 25px Helvetic Neue;
		color:#6a734c;
		width:800px;
		height:25px;
		padding-top:5px;
		padding-right:20px;
		padding-left:10px;
		/*background-color:#444;*/
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.rules .list p {
		font: 14px Trade Gothic;
		color:#888;
		margin-top:-20px;
		margin-left:20px;
		padding:15px;
		line-height:25px;
		width:800px;
		height:100%;
	}
	
	.rules .list ul {
		font: 14px Trade Gothic;
		color:#888;
		margin-top:-20px;
		margin-left:20px;
		padding:15px;
		line-height:25px;
		width:800px;
		height:100%;
	}
	

/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/
/*______________________________________________ TEAMS PAGE*/
/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

.teams {

	width:300px;
	height:100%;
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	.teams h1 {
		
		font: 20px Helvetic Neue;
		color:#6a734c;
		
		text-transform:uppercase;
		
		width:280px;
		height:20px;
		
		padding-left:20px;
		
		/*
		padding-top:5px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:40px;
		*/
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.teams h2 {
		
		text-transform:uppercase;
		
		font: 18px Helvetic Neue;
		color:#444;
		
		width:300px;
		height:10px;
		
		padding-left:20px;
		
		float:left;
	}
	
	.teams p {
		
		width:300px;
		height:18px;
	
		font: 14px Trade Gothic;
		color:#333;
		
		padding:0;
		padding-left:20px;
		
		float:left;
		
		margin:0;
	}
	
	.teams img {
	
		margin-left: 50px;
		
	
	}
	

/*______________________________________________FOOTER*/

.footer {
	
	
	width:960px;
	height:150px;
	
	margin-top:30px;
	margin-bottom:40px;
	
	float:left;
	background-color:#d6d6d6;
	
	border-radius:20px;
	-moz-border-radius:20px;

}
	.footer .subArea {
	
		width:200px;
		height:80px;
		
		margin-left:20px;
		float:left;
		
	}
	.footer h1 {
	
		font: bold 18px Helvetic Neue;
		color:#555;
		margin-top:20px;
		margin-left:40px;
	
	}
	
	.footer h2 {
	
		font: bold 18px Helvetic Neue;
		color:#555;
		margin-top:10px;
		margin-left:20px;
		margin-bottom:0px;
	
	}
	.footer p {
	
		font: italic 16px Helvetic Neue;
		color:#777;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:20px;
		
	}
	
.forms {font: bold 14px Helvetic Neue; color:#555; margin-left:20px;}
	
	
		*|*:link {
    color:none;
}

*|*:-moz-any-link {
    text-decoration: none;
}

a {color:#430103;}
a:hover {color:#fff;}