<!--
/* 
   main.css
   This file/section contains all styles that pertain only to the main
   content area of the Proteome Analyst Pages.  These styles are
   further subdivided.  For example table styles are in main-tables.css.
   Author: Kurt McMillan - kurtmcmillan@gmail.com
*/


/* ==================================================
   Document
   ================================================== */

body{
  min-width: 775px;
  margin: 0px;
  font-family: sans-serif;
  font-size: small;
}

/* ==================================================
   Headings
   ================================================== */

#main h2, #main h3, #main h4{ 
 color: #369;
}

#main h2, #main h3{
 margin: 20px 0px 5px 0px;
}

#main h2 img{ 
 vertical-align: baseline;
}

#main h4{ 
 margin: 10px 0px 5px 0px;
}

#main h2:first-child, #main h3:first-child, #main h4:first-child{
  margin-top: 0px;
}

/* ==================================================
   General Blocks
   ================================================== */

#main p{ 
 margin: 5px 10px 0 10px;
}

/* ==================================================
   General Lists
   ================================================== */

#main ul{ 
  margin: 0px 5px 0px 5px;
}

#main li{
  margin: 5px 0px 0px 0px;
}

/* ==================================================
   General Links
   ================================================== */

a{ 
 color: #369;
 text-decoration: none;
}

a:hover{ 
 text-decoration: underline;
}


-->
