@charset "utf-8";
/* CSS Document */

body {font-family: Verdana, serif;}

p {
  font-size: 12px;
  font-family: Arial;
  color: #343434
}

.title{
  font-name: Trebuchet MS;
  font-size: 12px;
  color: #b14b00;
  outline:none;
}

.password{
  font-name: Tahoma;
  font-size: 11px;
  color: #555555;
  outline:none;
  line-height:1
}

.welcome{
  font-name: Tahoma;
  font-size: 13px;
  color: #000000;
  outline:none;
}


a:link {
	font-name: Trebuchet MS;
	font-size: 12px;
	color: #004797;
	text-decoration:none;
	outline:none;
}

a:visited {
  font-name: Trebuchet MS;
  font-size: 12px;	
  color: #316d09;
  outline:none;
  text-decoration:none; 
}

a:hover {
	color: #1f90b0;
	text-decoration: none;
	outline:none;
}

a:active {
	font-name: Trebuchet MS;
	font-size: 12px;
	color: #7600c9;
	outline:none;
}
