body {
background-image: url("background2.png") no-repeat center center 100% 100%;
background-attachment: fixed;
background-color: #f2f2f2;
background-size: 100%;
color:#000;
font-family: Helvetica, Verdana, Arial;
font-size: 110%;
}

#header {
text-align:right; padding-right:5%;}

#footer {font-size:75%; text-align:center;}

a:link {color:#000; font-weight:700; text-decoration: none;}
a:hover {color:red; text-align:right;
	text-decoration: none;}
a:visited {
    color:#000;
	text-decoration: none;
}
#navbar {width: 20%; margin-left:5%;}

#box1  {width: 75%;  margin-left: auto; margin-right:auto; padding: 3%; background-color: #fff; color: #000; }

h1 {font-size:120%; text-align:right;}

h2 {font-size:120%; text-align:right;}

h3 {font-size: 130%; text-align: center; }

h4 {color: #fff; font-size: 80%; font-style: italic; text-align: center; }

p{}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: darkred;
}

a:active {
  color:black  ;
}
img:hover {
    cursor: pointer;
}
@media only screen and (max-width: 600px) (orientation:portrait) {
  body {
    background-image: url('images/background2.png'}
}

