/*
  The original trekminal Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #BFBFBF;
}

/* General font families for common tags */
font { font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif }
a		{ color : #AADDFF; }
a:hover		{ text-decoration: underline; color : #5599DD; }
hr	{ height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}

/* General text */
.titulo { font-size : 24px; letter-spacing: 4px; color : #FF4444; }
.genbig { font-size : 20px; letter-spacing: 3px; color : #FFEE22; }
.gen { font-size : 20px;  color : #DDDDDD; }
.genmed { font-size : 16px;  color : #FFFFFF; }
.gensmall { font-size : 14px; }
.gensmall { color : #FFFFFF; }
a.genbig,a.gensmall { color: #FF9992; text-decoration: none; }
a.genbig:hover,a.gensmall:hover	{ color: #AAAAAA; text-decoration: underline; }

