@import url(wk3import-main.css);

body {
background-image: url(images/bkg-main.jpg);
background-repeat: repeat-x;
}


body {
font-family: verdana, helvetica, arial, sans-serif;
color: #036;
background-color: #fff;
margin: 0;
padding: 0;
}

h1 {
color: #375fac;
background-color: transparent;
font-weight: bold;
font-size: 24px;
margin: 0;
padding: 10px;
}

h2 {
color: #375fac;
background-color: transparent;
font-size: 1em;
margin: 0;
padding: 7px;
}

img {
border: 4px outset #e0ad51;
}

a:link, a:visited {
color: #036;
background: transparent;
text-decoration: none;
}

a:hover {
color: #900;
background: transparent;
text-decoration: none;
}