﻿/*********************************
Style Sheet
Created by: Steven Lumadue
Date: 04-02-09
Version: 0.1


Version 0.1 Notes:
Added rccontent to display the text/user portion of the content
on the website.
*********************************/
body {
}
.rccontent
{
  width: 800px; 
  margin-left: 80px; 
  padding: 5px; 
  font-size: 14px;
}
.rccontentCentered
{
    
  width: 800px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  font-size: 14px;

      
}

.heading
{
    width: 800px;
    padding: 5px;
    font-size: 16px;
       
    
}
.menus
{
    width: 800px;
    padding: 5px;
    font-size: 21px;
    
}

.connections 
{
  width: 800px; 
  margin-left: 80px; 
  padding: 5px; 
  font-size: 21px;
}
  
.menusSelected a:link {color: #000000;}  
.menusSelected a:visited {color: #000000;}  
.menusSelected a:hover {color: #CCCCCC;} 

a:visited {color: #FF0000;}
a:link {color: #FF0000;} 
a:hover {color: #CCCCCC;} 

