html
{
	height:100%;
	width:100%
}

body
{
	background: #000000;
	background: linear-gradient(to bottom right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,0.6) 100%);
	margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	z-index: 1;
}

a:link
{
	text-decoration: none;
	color: #b8bccb;
}
				
a:visited
{
	text-decoration: none;
	color: #b8bccb;
}
				

a:active
{
	text-decoration: none;
	color: #b8bccb;
}
	

a:hover
{
	color: #e1e1e1;
	font-size: 115%;
	text-decoration:none;
}


.main
{
	top: 15%;
	left: 20%;
	position: relative;
    width: 280px;
    height: 80%;
    overflow: hidden;
}

.list
{
	height: 100%;  
	width: 320px;
	overflow-y: scroll;
}

.title
{
	position: fixed;
	top: 11%;
	left: 65%;
	color: #e1e1e1;
	text-align: center;
	font-family: 'Amatic SC';
	font-size: 90px;
	width: 200px;
}

td
{
	height: 70px;
	width: 270px;
	font-family: 'Amatic SC';
	font-size: 30px;
	text-align: right;
}