A.my_link2{
	text-decoration: underline;
	color: Blue;
}
A:hover.my_link2{
	text-decoration: overline;
	color: '#AA0000';
}


A.my_link{
   text-decoration : 'none';
   color           : '#0000AA';
}
A:hover.my_link{
   text-decoration : 'none';
   color: '#AA0000';
}

table{
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
	font-size: 12px;
	border: 1px solid Green;
}

td{
	margin: 0px;
	border: thin solid Green;
}

a{
	text-decoration: none;
	color: Blue;
}

body{
	background-color: White;
	font-family: sans-serif;
	font-size: smaller;
}

h1{
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
	font-size: 14pt;
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
	text-align: right;
	border-bottom-color: Maroon;
	border-bottom-style: solid;
	border-bottom-width: 2;
	margin: 20px 40px 10px 140px;
}
h2{
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
	font-size: 11pt;
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
	text-align: left;
	border-bottom-color: Maroon;
	border-bottom-style: solid;
	border-bottom-width: 1;
	margin: 0px 100px 0px 10px;
}

p{
	padding-left: 10px;
	padding-right: 10px;
}

.mirgor_comment{
	font-size: 12px;
	font-style: italic;
	color: Green;
	border: 1px dotted Green;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}