body { background-color: #000000; background-image: url(ag093.gif); 
background-attachment: fixed }
body { font-size: 14pt; font-weight: bold;font-family: arial, helvetica; color: white;} 
a:link { font-size: 14pt; color: yellow; text-decoration: underline; font-weight: bold;} 
a:visited { font-size: 14pt; color: yellow; text-decoration: underline; font-weight: bold;} 
a:hover { font-size: 14pt; color: red; text-decoration: underline; font-weight: bold;} 
a:active { font-size: 14pt; color: yellow; text-decoration: underline; font-weight: bold;} 
h3 { font-family: arial, helvetica, serif; font-weight: normal; font-size: 20pt; color: white }
/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}