/*************************************************************
/*   Design:  (Screen)                           */
/*   Author:  Michelle Andrews                  */
/*   Date:    January 16, 2009                  */
/*************************************************************/

body {font-size: 65%; margin: 1px auto; padding: 0px; background-color: #FFFFFF top center repeat-y; font-family: arial, sans-serif; color: black}

p {color: white; font-size: 75%;}

/* KimPT footer */ 
.footer {font-size: 90%; margin: 0px auto; padding: 5px; background-color: #FFFFFF; top center repeat-y; font-family: arial, sans-serif; color: black}

/* Link on top of hover page */
.top_links {color: white; font-size: 60%; font-weight: bold; text-decoration:  none;}

/* Navigation Menu on Sub Pages */
.index {color: white; font-size: 80%; text-decoration:  none;}

/* Navigation Menu on Main Page */
.main {color: white; font-size: 80%; text-decoration:  none;}


/* Link on top of main pages */
.main_links {color: purple; font-size: 60%; font-weight: bold; text-decoration:  none;}

/* Color for Navigation Menu Hover */
A:hover {color: goldenrod;}

/* Main Header on Individual Pages */
h1 {font-size: 150%; font-weight: bold; text-align: left; }

/* Main Text Area Header for Individual Pages */
.training {color: black;}

/*Content Area for Individual Pages */
.content  {color: black; font-size: small;}
