﻿/* style sheet for all html tags
<link rel="stylesheet" type="text/css" href="/content/scripts/base.css" />  
*/

/* reset css - to standardize style on all browsers */

html, body, img, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, var, center, fieldset, form, label, legend, table, caption, tbody, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{margin: 0;padding: 0;border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}

/* standard html tags */
body{}
h1 {color: rgb(0, 102, 51); font-family: Arial, Verdana; font-size: 24px; font-weight: bold;}
h2 {color: rgb(0, 102, 51); font-family: Arial, Verdana; font-size: 18px; font-weight: bold;margin-top:15px;}
h3 {color: rgb(0, 102, 51); font-family: Arial, Verdana; font-size: 14px; font-weight: bold;margin-top:15px;}
h4 {color: rgb(0, 102, 51); font-family: Arial, Verdana; font-size: 12px; font-weight: bold;margin-top:15px;}
h5 {}
h6 {}
p{margin-top: 10px;}
hr{color: #006633;background-color: #006633;border-width: 0px;height: 1px;}
a {text-decoration:none;border:none;}
a:hover {}
a:visited {}

