a {
   text-decoration: none;
}
a:link {
   font-weight: bold;
   text-decoration: none;
   color: Blue;
}
a:visited {
	font-weight: bold;
	color: Navy;
}
a:active {
   font-weight: bold;
   color: Blue;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: red;
}
body, p, li {
	font-family: sans-serif;
	font-size: 13px;
	color: #747474;
	background-color: yellow;
}
h1 {
	font-family: sans-serif;
	font-size: 40px;
	font: bold;
	color: Yellow;
}
h2 {
	font-family: serif;
	font-size: medium;
	font: bold;
	color: Yellow;
}
h3 {
	font-family: sans-serif;
	font-size: 15px;
	font: bold;
	color: Red;
	background-color: Yellow;
}
h4 {
	font-family: sans-serif;
	font-size: x-small;
	font: bold;
	color: Yellow;
}
h5 {
	font-family: sans-serif;
	font-size: xx-small;
	font: bold;
	color: Yellow;
}
.hrbreak {
background: Silver;
	background-color: transparent;
}
.headcolor {
	background-color: Yellow;
}
.textcompany {
	background-color: Yellow;
}
.othertext {
	color: Black;
	background-color: Yellow;
}
.maincolor {
	background-color: Yellow;
}

