/*---------redefinition of html tags---------*/

body {
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
}

h1 {
font-family: georgia, garamond;
font-size: 24px;
font-style: italic;
color: #000;
text-align: center;
}

h2 {
font-family: verdana;
font-size: 12px;
text-align: center;
color: #000;
line-height: 20px;
}

p {
font-family: verdana;
font-size: 12px;
color: #000;
text-align: left;
line-height: 20px;
}

hr {
width: 90%;
color: #CCC;
height: 1px;
text-align: center;
}
/*---------custom class---------*/
.hr1 {
width: 80%;
color: #CCC;
height: 1px;
text-align: right;
}

.body3 {
color: #000;
font-family: verdana;
font-size: 14px;
text-align: left;
}

.body2 {
color: #000;
font-family: verdana;
font-size: 12px;
text-align: left;
}
.body1 {
color: #000;
font-family: verdana;
font-size: 12px;
text-align: center;
}

.italright {
font-style: italic;
color: #000;
font-family: verdana;
font-size: 12px;
text-align: right;
}

.boldital {
font-weight: bolder;
font-style: italic;
color: #000;
}

.bold {
font-weight: bolder;
color: 000;
}
/*---------css selectors---------*/
a:link {
font-family:verdana;
font-size: 12px;
color: #060;
text-decoration: none;
}

a:visited {
font-family:verdana;
font-size: 12px;
color: #FC0;
text-decoration: none;
}

a:hover {
font-family:verdana;
font-size: 14px;
color: #60F;
text-decoration: underline;
letter-spacing:2px;
cursor:hand;
}

a:active {
font-family:verdana;
font-size: 12px;
color: #9F3;
text-decoration: overline;
}

a:focus {
font-family:verdana;
font-size: 12px;
color: #9F3;
text-decoration: overline;
}

.iborder {
border-right:10px solid #9F3; 
border-left:10px dotted #CFC;
border-top:10px double #903;
border-bottom:10px outset #F3F;
float: left;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.main a:link {
font-family:verdana;
font-size: 12px;
color: #003;
text-decoration: none;

}
.main a:visited { 
font-family:verdana;
font-size: 12px;
color: FC0;
text-decoration: none;
}
.main a:hover { 
font-family:verdana;
font-size: 12px;
color: F00;
text-decoration: underline;
letter-spacing:inherit;
background-color:#FFF;
}

.main a:active { 
font-family: verdana;
font-size: 12px;
color: #90F;
text-decoration: underline;
}
.main a:focus { 
font-family: verdana;
font-size: 12px;
color: #90F;
text-decoration: underline;
}
