﻿body{
	text-align:center;
	width:96%; height:100%;
	background: linear-gradient(#FC9, #FFF);
	background-color: #FC9;
}
column{
	width:auto;
	background-color:#FC9;
}
.c_header{
	font-size:28px;
	color:#FFF;
	background-color:#821139;
	padding:0px;
}

header{
	padding:0px;
	font-size:24px;
}
footer{
	font-size:10px;
}

a{
	text-decoration:none;
	font-size: 20px;
	color:#333;
}


a:hover{
	color:#F33;

}

table{
	width:100%;
}


.ButtonLink{
	border:inset 1px #000;
	font-size:24px;
	#width:250px;height:250px;
	width:250px;height:250px;
	background: linear-gradient(45deg, #F93, #F93, #FFF);
	background-color: #F93;
	vertical-align:bottom;
	text-align:left;
	padding:10px;
	color:#333;
	font-family:sans-serif;
	border-radius:15px 0px 15px 0px;
	border:inset 0px #000;
}
