@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after 
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body
{
	margin: 5px auto;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.4em;
	max-width:100%;
	margin 0 auto;
}
body img
{
	max-width:100%;
	margin 0 auto;
}

h1
{
	text-shadow: 1px 2px #CCCCCC;
	line-height: 1.2em
}

a
{
	text-decoration: none;
	border-style: none;
	color: #0000EE;
}

H2  {
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        color : #000000;
        font-size : 14 px;
        font-weight : bold ;
        }

H3  {
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        font-size : 12 px;
        color : #000000;
        background-color: transparent; 
        }
        
BODY,TD{
        color : black;
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        font-size : 14px;
        }
        
A       {
        color : blue;
        }

        
A:link
{
        background: transparent;
        color: #333399;
} 

A:visited
{ 
        background: transparent; 
        color: #333399;
}

A:active
{
      text-decoration : none;
      background: #FFFFFF;
      color : #000000;

}


A:Hover {
        text-decoration : none;
        color : darkblue;
        }

