.button {
	position:relative;
	left:0;
	top:-240;
    width:207px;
    height:33px;
    margin:0;
    padding:0;
    border:0;
	color: #7F409E;
	font-family:Tahoma;
	font-size:24px;
    font-weight:bolder;
	background-image:url(images/blankbutton.jpg);
}

.button1 {
	position:relative;
	left:0;
	top:-240;
    width:207px;
    height:33px;
    margin:0;
    padding:0;
    border:0;
	color: #7F409E;
	font-family:Tahoma;
	font-size:24px;
    font-weight:bolder;
	background-image:url(../images/blankbutton.jpg);
}

a:link{
	color:#7F409E;
    text-decoration:none;
}

a:visited  {
	color:#7F409E;
    text-decoration:none;
}

a:hover  {
	color : #7F409E;
    text-decoration:none;
}

a:active  {
	color:#7F409E;
    text-decoration:none;
}

H3 {
	color: #7F409E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}
