p { color: rgb(0,0,0); } 

body { background: rgb(244,244,244); font:88% Verdana,Tahoma,Arial,sans-serif; }

img { max-width: 100%; height: auto; }

#master { background: rgb(255,255,255); width: 830px; margin: 0 auto; border: 1px solid rgb(193,180,152); }

article { width:95%; max-width:600px; padding: 0 20px 60px 20px; margin:0 auto;}



/*low resolution, 480px and below */
@media only screen and (max-width: 480px) { 

#master { width: 95%; }

}

/*medium resolution, 481px to 960px */
@media only screen and (min-width: 481px) { 

#master { width: 95%; max-width:830px; }

header { max-width: 830px; }

}

/*high resolution, 960px and higher */
@media only screen and (min-width: 960px) { 

#master { width: 830px; }

header { width: 830px; height: 285px; }

}


/* Links */
a {color:#5F7626; font-weight:700; text-decoration:none;}
a:hover {color:#7D9632; font-weight:700; text-decoration:underline;}
a img {border:0;}

p {line-height:1.5em;}

h2, h3 {color: #7D9632; font-weight:400}

h2,h2 a {letter-spacing:-1px; font-weight:400; margin:5px 0 15px; font-size:1.8em;}

h3,h3 a {font-weight:400; margin:0 0 8px; letter-spacing:0px; font-size:1.5em;}

ul,ol {margin:0 0 16px 20px;}

li {padding:0 0 0 5px;}

ul ul,ol ol {margin:0 0 0 16px;}
