body {
font-size : 14px;
font-family : arial;
background : #5E5E5E;
} 

p {
font-size : 14px;
font-family : arial;
color : white;
text-align : left;
margin : ;
} 

h1, {
font-size : 16px;
font-family : arial;
color : white;
text-align : center;
} 

h2 {
font-family : arial;
color : white;
text-align : center;
} 

h3 {
font-size : 10px;
font-family : arial;
color : white;
text-align : center;
} 

h4 {
font-size : 16px;
font-family : arial;
color : #2eda98;
text-align : center;
} 

h5 {
font-size : 16px;
font-family : arial;
color : white;
text-align : left;
} 

h6 {
font-size : 14px;
font-family : arial;
color : white;
text-align : center;
} 

li {
font-size : 14px;
font-family : arial;
color : white;
text-align : left;
margin : ;
} 


a:link {
font-weight : ;
font-size : 16px;
font-family : arial;
color : gray;
text-decoration : ;
} 

a:visited {
font-weight : ;
font-size : 16px;
font-family : arial;
color : #5E5E5E;
text-decoration : ;
} 

a:hover {
font-weight : ;
font-size : 16px;
font-family : arial;
color : white;
text-decoration : ;
} 

a:active {
font-weight : ;
font-size : 16px;
font-family : arial;
color : blue;
text-decoration : ;
} 

.cssbutton
{
position: relative;
white-space: nowrap;
display: block;
width: 200px;
height: 30px;
margin: 0 0 2px 0;
padding: 0;
}

.cssbutton a
{
display: block;
text-align: center;
width: 200px;
height: 30px;
display: block;
float: left;
text-decoration: none;
}

.cssbutton img
{
width: 200px;
height: 30px;
border: 0
}


.cssbutton a:hover img
{
visibility:visible
}

.cssbutton span
{
position: absolute;
left: 10px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 


