/* BMSM WEBSITE CSS */

body {font-family: Helvetica, Arial, sans-serif; }  /* Sets the font for entire website unless changed on a page. */
body {background: #b8cccc; } /* Set background colour for site. */
p {color: black; font-size: 100%; } /* Sets most used text option */

/* HEADINGS */
h1 {color: black; font-size: 175%; font-weight: bold; } /* black large blod */
h2 {color: black; font-size: 125%; font-weight: bold; } /* black ordinary blod */
h3 {color: black; font-size: 75%; font-weight: bold; } /* black small blod */
h4 {color: #ff6633; font-size: 175%; font-weight: bold; } /* orange large blod */
h5 {color: #ff6633; font-size: 125%; font-weight: bold; } /* orange ordinary blod */
h6 {color: #ff6633; font-size: 75%; font-weight: bold; } /* orange small blod */

/* center tables horizontally */
table { margin: auto; }

/* add a boarder around images that have a link */
img { border: 1px solid; }