/* Style for DH2620 */
*{
	font-family:'Garamond'
}
body{
	background:url('kubz.jpg');
	background-size:100% 100%;
	background-attachment:fixed;
	margin:0px;
}
#info,
#protos,
#seminars{
	text-align:center;
	font-family:'Garamond';
	font-weight:bold;
	color:rgba(255,255,255,0.9);
	text-shadow:0px 0px 1px;
}
#info{
	margin:50px 0px 20px;
	font-size:200%;
	color:rgba(0,0,0,0.9);
	text-shadow:0px 0px 10px white;
}
#protos,
#seminars{
	font-size:250%;
	margin-top:10px;
	color:white;
	background:rgba(0,0,0,0.3);
	padding:5px 0px;
}
.proto,
.seminar{
	margin-top:20px;
}
.proto a,
.seminar a{
	padding:5px;
	border-radius:3px;
	border:none;
	font-size:20px;
	width:10%;
	color:rgba(255,255,255,0.9);
	/*box-shadow:rgba(0,0,0,0.7) 0px 0px 5px;*/
	text-decoration:none;
	font-weight:bold;
	text-shadow: 0px 0px 1px;
	display:block;
	width:50%;
	margin-left:25%;
	text-align:center;
	margin-bottom:5px;
}
.proto a:hover,
.seminar a:hover{
	box-shadow:rgba(255,255,255,1) 0px 0px 5px;
	cursor:pointer;
	color:rgba(0,0,0,1);
	background:rgba(255,255,255,0.8);
	font-family:Arial;
}
