@charset "UTF-8";

/* IAAP GRC Stylesheet */
html { 
   height: 100%; 
   margin-bottom: 1px;
}

body {
   margin: 0px;
   font-family: Arial, Helvetica, century, sans-serif;
   font-size: 13px;
}

a.main-nav {
   color: #000000;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   padding: 2px;
}

a:hover.main-nav {
   color: #ffffff;
   background-color: #555555;
}

h1, h2, h3, h4, h5, h6 {
   font-family :myriad, arial;
   font-weight: normal;
   margin-top: 5px;
   margin-bottom: 5px;
}

p {
   font-size: 13px;
}

li {
   font-size: 1em;
   margin-bottom: 15px;
}
