@charset "utf-8";
/* CSS Document */

body { background-color:#FFF;
       margin-left:80px;
	   margin-right:80px;
	   margin-top:35px;
	   background-image:url(img/background.png);
	   background-repeat:repeat-y}

/* defaults (for every element) */
* {font-family:Verdana, Geneva, sans-serif; font-size:14px;text-align:justify;}

/* HEADINGS*/
h1, h2, h3, h4 {font-family:Verdana, Geneva, sans-serif;}
/* make headings dark and blue-ish */
h1 {color:#00254A}
h2 {color:#036}
h3 {color:#000}
h4 {color:#000}
/* heading font-sizes */
h1 {font-size:36px}
h2 {font-size:24px}
h3 {font-size:18px}
h4 {font-size:14px}

/* image borders */
img {border: 1px solid black}