﻿html {
      margin:0;
      padding:0;
      height:100%;
      border:none;
}
	

BODY {
      margin:0;
      padding:0;
      height:100%;
      border:none;
      font-family:         		Tahoma, sans-serif;

}  

P.h {
    font-size:		x-large;
    font-weight:	bold;
    font-style:		italic;
    margin-top: 	0.1em; 
    margin-bottom: 	0.3em;
    color:		    #FC9D06;
}

P.l {
    font-size:		medium;
    font-weight:	bold;
    color:		black;
    margin-top: 	0.0em; 
    margin-bottom: 	0.2em;
}

P.n {
    font-size:		small;
    color:		    black;
    margin-top: 	0.1em; 
    margin-bottom: 	0.8em;
}

P.s {
    font-size:		x-small;
    color:		black;
}

P.tiny {
    font-size:		xx-small;
    color:		black;
}

P.footer {
    font-size:		xx-small;
    color:		gray;
}



P.menu {
    font-size:		x-small;
    color:		black;
}

A.menu {
  text-decoration:	none;
  color:		black;
}

A.menu:hover {
  text-decoration:	none;
  color:		white;
  background-color: 	#FC9D06;
}


A.button {
  text-decoration:	none;
}




A {
  text-decoration:	underline;
  color:		black;
}

A:hover {
  text-decoration:	underline;
  color:		black;
}

A:active {
  text-decoration:	underline;
  color:		black;
}

P.button {
    font-size:		x-small;
    color:		black;
}

TD {
    font-size:		small;
    color:		black;
}





