body {
	font-family: 'Teko', sans-serif;
	font-size: 1.4em;
	background-image: -webkit-repeating-linear-gradient(0deg,rgba(112,138,251,1.00) 0%,rgba(3,22,77,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(0deg,rgba(112,138,251,1.00) 0%,rgba(3,22,77,1.00) 100%);
	background-image: -o-repeating-linear-gradient(0deg,rgba(112,138,251,1.00) 0%,rgba(3,22,77,1.00) 100%);
	background-image: repeating-linear-gradient(90deg,rgba(112,138,251,1.00) 0%,rgba(3,22,77,1.00) 100%);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: repeat;
}
a {
	color: rgba(199,193,193,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(255,255,255,1.00);
}
#conanexiles {
	border-radius: 5px;
	border: thin solid rgba(10,0,120,1.00);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/cesiptahwp.png");
	-webkit-box-shadow: 2px 2px 2px rgba(2,0,124,1.00);
	box-shadow: 2px 2px 2px rgba(2,0,124,1.00);
}
#modliste {
	font-size: 0.7em;
}