/* external CSS file */
/* Default web page settings */
/*	insert the line below between the <head><link rel="stylesheet" type="text/css" href="../style/core.css"> and </head> tags in the html file */
/* for root directory html docs : <link rel="stylesheet" type="text/css" href="style/core.css"> */
/* for one directory up html docs : <link rel="stylesheet" type="text/css" href="../style/core.css"> */
a {font: 200 14px "comic sans ms", Arial, sans-serif; color:#000066;}

a:hover {font: 200 14px "comic sans ms", Arial, sans-serif; color:#000066;}

a:visited {font: 200 14px "comic sans ms", Arial, sans-serif; color:#000066}

/*formats text after <p> tag, <p class="geneva"> formats text with a geneva font */
p {font: 200 14px "comic sans ms", Arial, sans-serif}
b {font: 200 14px "comic sans ms", Arial, sans-serif}
p.geneva {font: 200 14px geneva}

/* This covers the font for any header tag <h1><h2><h3><h4> */
h1 {font: 200 14px "comic sans ms", Arial, sans-serif}
h2 {font: 200 14px "comic sans ms", Arial, sans-serif}
h3 {font: 200 14px "comic sans ms", Arial, sans-serif}
h4 {font: 200 14px "comic sans ms", Arial, sans-serif}

/* this formats text after any <div> tag */
div {font: 200 14px "comic sans ms", Arial, sans-serif}

/* this formats text after any <br> tag */
br {font: 200 14px "comic sans ms", Arial, sans-serif}

/* this formats text after any <option> tag */
option {font: 200 14px "comic sans ms", Arial, sans-serif}

/* this formats text after any <ul> tag */
ul {font: 200 14px "comic sans ms", Arial, sans-serif}

/* this formats text after any <ol> tag */
ol {font: 200 14px "comic sans ms", Arial, sans-serif}

/* this formats text after any <a> tag */
/*a {font: 200 14px "comic sans ms", Arial, sans-serif}*/

/* this formats the links */
/*body {link:#000066 vlink:#000066 alink:#000066;}*/


