@charset "utf-8";

body {

font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
}



/* LINK STYLES */

a:link { 
color: #CCC;
font-size: 16pt;
font-weight: normal;
text-decoration: none; 
} 

a:visited {
color: #BBB;
 text-decoration: none;
  font-weight: bold;
} 
  
a:hover {
	font-size: 16pt;
color: white;
font-weight: bold;
} 
a:active {
font-size: 16pt;
color: #777777;
font-weight: bold;
text-decoration: none;
}

/* TEXT SIZES AND STYLES */

p.info {
	font-family: Calibri;
	font-size: 14pt;
}

p.bigger {
font-family: Calibri;
font-size: 16px;
font-weight: bold;
white-space: pre;
}

/* ************************************ */


/* INPUT STYLES */

input {
	font-family: Calibri;
	font-size: 12pt;
	vertical-align: middle;
	height:1em;
}

/* ******************************************* */


/* CLASSES */

.dark {
background-color:#c8cccc;
font-family: Calibri;
font-size: 8pt;
}

.tiny {font-size:8pt;}


