@font-face { font-family: Georgia; src: url("fonts/georgia.ttf") }

body { margin-left: 20px; background: #06181E; color:white; font-family:Georgia, serif; font-size:100% }
p, li, h1, h2, h3 { font-family: Georgia, serif }
p         { font-size:100%; color:#ffffff; line-height:1.5; margin-bottom:1em }
h1        { font-size:200%; color:#ffffff; line-height:1.5; margin-bottom:1em }
h2        { font-size:150%; font-weight:normal; color:#ffffff; line-height:1.5; margin-bottom:1em }
h3        { font-size:100%; color:#ffffff; line-height:1.5; margin-bottom:1em }

a:link    { color:#ffffff }
a:visited { color:#ffffff }
a:hover   { color:#ffffff }

img       { max-width:100%; height:auto; border:0px }



/********************************************************************* For medium sizes */
@media only screen and (min-width: 600px) {


}


/********************************************************************* For large sizes */
@media only screen and (min-width: 1000px) {


}