.master {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #171E2E;
}
.borderimage{
border:1px solid white;
}.model {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
.border {
	border: 1px solid #990000;
}
.whitetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #1D2E42; 
}

a:visited {
   text-decoration: none;
   background-color: none;
  color: #1D2E42;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: none;
   color: #990000;
}
