a:link {
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}
a:visited {
	color: red;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}a:active {
	color: blue;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	font-size: 10px;
	color: blue;
	font-family: arial, helvetica, sans-serif;
}
p {
	font-size: 10px;
	color: #555555;
	font-family: arial, helvetica, sans-serif;
}
.myBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: red;
}
.myBorder2 {
	border-bottom-color: blue;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}


