@charset "UTF-8";
/* CSS Document */

body {background: #000000; color: white}


#links {
	height: 100%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#links a {
	display: block;
	border: 5px double #FFA500;
	font-family: Lucida Calligraphy;
	color: #FFFFFF;
	font-size: 17px;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #2B1506;
	text-align: center;
	text-decoration: none;
	width: 170px;
}

#links a:hover {color: white}

#hover {
		 border: 2px double orange;
		 text-align: center
		 }
		 
#hover a {
		font-family: Lucida Calligraphy;
		color: #4d647d;
		font-size: 18px;
		background-color: black;
		text-align: center;
		text-decoration: none
		}

#hover a:hover {color: #4d647d}

.title_text {
	font-family: "Lucida Calligraphy";
	font-size: 30px;
	color: #FFA500;
	text-align: center;
}

.sub_text {
	font-family: "Lucida Calligraphy";
	font-size: 20px;
	color: #FFA500;
	text-align: center;
}

#rope_buttons2{
	border: 5px double #FFA500;
	margin: 5px 0px 5px 0px;
	font-family: Lucida Calligraphy;
	color: #FFFFFF;
	font-size: 17px;
	padding: 5px 5px 5px 5px;
	background-color: #2B1506;
	text-align: center;
	text-decoration: none;
	width: 110px;
	float:left}
	
	
#rope_buttons2 a:hover {color: #4d647d}
#rope_buttons2 a:link {color: #FFFFFF}
#rope_buttons2 a:visited {color: #FFFFFF}
#rope_buttons2 a:active {color: #FFFFFF}

#rope_buttons_width {width: 130px; text-align:center; padding: 2px}

#rope_buttons_table {background-color:#000000; border:#000000 5px solid; width: 800px}

#rope_buttons_table2 {background-color:#000000; border:orange 5px solid; width: 500px}
