body
{	 
}

h1 
{	
	font-family: Verdana;
	font-size: larger;	
}
h2 
{	
	font-family: Verdana;
	font-size: medium;	
}
h3 
{	
	font-family: Verdana;
	font-size: medium;	
}
h4 
{	
	font-family: Verdana;
	font-size: smaller;	
}


/* Paragraphs */
.ctrl
{
	font-family: Verdana;
	font-size: smaller 
}

p 
{
	font-family: Verdana;
	font-size: smaller 
}

p.small 
{
	font-family: Verdana;
	font-size: smaller 
}

p.blue 
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: Blue
}

p.red 
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: 8B0000
}

p.green
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: Green
}

p.brown
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color:  999966
}

p.title
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold
}

p.link_content
{
    font-family: Verdana;
	font-size: small; 
	color: black
}

p.footer
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: White
}

/* Anchors */
a
{
	font-family: Verdana;
	font-size: small; 	
}

/* Sets the style for unvisited links. */
a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  }
/* Sets the style for visited links. */
a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;

}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000000;
  text-decoration: underline;
  font-size: 10px;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000000;
  font-size: 10px;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000000;
}
}

a.black
{
	font-family: Verdana;
	font-size: smaller; 
	font-weight: bold;
	color: #000000	 
}

a.footer
{
	font-family: Verdana;
	font-size: xx-small;	
	color: White;
	text-decoration: none;
}


/* Lists */
ul
{
    font-family: Verdana;
    font-size: smaller; 
}
li
{
    font-family: Verdana;
    font-size: smaller;
}