body {
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 75.01%;
line-height: 1em;
}
body {
background-color: #E4E4E6;
color: #000;
margin: 0 0 0.5em 0;
}
img {
border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link {
color: #fff;
}

a:active {
text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: inherit; 
color: #fff;
}

a:visited {
text-decoration: underline;
background-color: inherit;
color: #fff; /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
text-decoration: none;
background-color: #96CC30;
color: #fff;
}

#login {
font-family: Arial;
font-size: 14px;
color: fff;
font-style: italic;

}

