a:link {

	font-style: normal;
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: #00a5c6;
	text-decoration: none;
}

p {
 font-family: Verdana, Ariel, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 10pt;
 color: #ffffff;
}

h1 {
 font-family: Verdana, Ariel, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 26pt;
 color: yellow;
}

.q{
 font-family: Verdana, Ariel, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14pt;
 color: Blue;
}

.a{
 font-family: Verdana, Ariel, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 10pt;
 color: Red;

}

    

#menu {
  list-style: none;
   margin: 0; padding: 0;
}

#menu li {
    background: url(../images/buttons/over.gif) no-repeat;   
     width: 125px;  
     height: 50px; 
}

#menu a {
  display: block;
  background: url(../images/buttons/normal.gif) no-repeat; 
  text-decoration: none; 
  text-align: right;
  font-family: Helvetica, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #5544ff;
  
}

#menu a:hover { 
  background: url(../images/buttons/over.gif) no-repeat;  
  color: red;     
}


#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
    text-align: center;
}

#footer a{
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
    color: blue;
}

a#autoland, a#autoland:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;   
    font-variant: small-caps;
    font-weight: bold;
    font-size: 16px;
    background: black;
    text-align: center;
    border-top: red;
    border-top-width: thick;
    border-top-style: double;
}