@charset "utf-8";
/* Stylesheets for NERDHEALTH PRESIDENTIAL CHALLENGE
   Browser: All.
   Coder/Programmer: Arleys	
   Date: 10.02.08
*/

/*********************
     COLORS USED
*********************/

/* Description | Color Code
   
		  
*/

html, body
{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 0.9em;
 text-align: center;
}


/****************
    TYPOGRAPHY
*****************/

a
{
 text-decoration: none;
}

p
{
 font-size: 0.9em;
 line-height: 1.3em;
 margin-bottom: 15px;
}

#text
{
 text-align:left;
}

/* Paragraph */
#text p
{
 line-height: 1.3em;
 margin-bottom: 15px;
}

#text p strong
{
 
}

/* Headings */
#text h1
{
 font-size:1em;
}

#text h2
{
 font-size:1em;
}

#text h3
{
 font-size:1em;
}

#text h4
{
 font-size:1em;
}

#text h5
{
 font-size:1em;
}

#text h6
{
 font-size:1em;
}

/* Link */
#text a
{
 text-decoration: none;
}

#text a:link, #text a:visited
{
 color: #000;
}

#text a:hover, #text a:active,  #text a:focus
{
 color:#000;
}

/* Lists */
#text ul
{
 list-style:disc;
 margin-bottom:1em;
 padding-left:1.25em;
}

#text ol
{
 list-style:decimal;
 margin-bottom:1em;
  padding-left:1.25em;
}

#text ul li, #text ol li
{
 margin-left:1em;
}



/****************
     HEADER
*****************/

#time h5
{
 font-size: 1.3em;
}

a.sethomepage
{
 font-size: 0.8em;
 font-weight: bold; 
}

a.send_friend
{
 font-size: 1em;
 font-weight: bold;
 text-transform: uppercase; 
}

a.register_here
{
 font-size: 1em;
 font-weight: bold;
}

/****************
     FOOTER
*****************/

#link
{
 font-size: 1.9em;
 text-align: center;
}

#link p
{
color:#303cf3;
font-size:16px;
}

a.backtop
{
 font-size: 1em;
 font-weight: bold;
}

#footer_nav a
{
 font-size: 0.8em;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
}

#disclaimer p
{
 font-size: 0.7em;
 line-height: 1.3em;
}