body{
	font-family: sans-serif;
	background: url("bg.jpg");
	background-size: 100% auto;
}

li{
	font-weight: bold;
	margin: 15;
}

ul{
	list-style: none;
}

p{
	color: #444444;
	font-size: 20;
}

p>a{
	font-weight: bold;
	color: white;
	
}

.content{
	color: white;
	background-color: #BBBBBB;
	border-radius: 5;
	padding: 10;
	opacity: .95;
	margin: 1%;
}

.menu{
	text-align: right;
}

.menu > a{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.selected{
	color: #BBBBBB;
	background-color: white;
}

.tag{
	border-radius: 3;
	padding:5;
	text-align: center;
	margin-left: 10;
	margin-right: 10;
}
.special{
	color: white;
	font-size: 6;
}
