@charset "utf-8";

html, body {  width: 100%;  height: 100%;  
}  

@media screen and (max-width: 420px) {
  .class {
    [styles for this class here]
  }
}

img {
border-radius : 10px;
}

placeholderdiv {
bgcolor : #fffff7;
}

div { 
font-family : Arial, Helvetica, Geneva, sans-serif; 
color : #2f5197; 
}

h1 { color : #288850;
font-size : 22pt;
font-weight : bold; 
font-family : Arial, Helvetica, Geneva, sans-serif; 
}

h2 { color : blue ;
font-size : 12pt; 
text-align:center;
font-weight : bold; 
font-family : Arial, Helvetica, Geneva, sans-serif; 
text-decoration : none;  
}

h3 { color : white ;
}

a:link { 
color : #2f5197; 
font-family : Arial, Helvetica, Geneva, sans-serif; 
}
 
p { 
font-family : Arial, Helvetica, Geneva, sans-serif; 
color : #2f5197; 
}
 
td { 
font-family : Arial, Helvetica, Geneva, sans-serif; 
color : #2f5197; 
bgcolor="#288850"
} 

A:link { 
color : blue; 
font-size : 10pt; 
font-weight : bold; 
font-family : Arial, Helvetica, Geneva, sans-serif; 
text-decoration : none; 
} 

A:visited { 
color : blue; 
font-size : 10pt; 
font-weight : bold; 
font-family : Arial, Helvetica, Geneva, sans-serif; 
text-decoration : none; 
} 



