/* Disability411 Style Sheet */

html, body {font-size: 100%;
	margin: 1em;
	padding: 1em;
	background-color: #2F4F4F; 
	font-family: sans-serif; 
	color: white;
	}

a:link {color: #4B0082;}
a:link#dback {color: yellow; text-decoration: none; font-weight: 500;}
a:visited#dback {color: yellow; text-decoration: none; font-weight: 500;}

a:visited {color: #4B0082;}

h1 {color: #4B0082;}
						
hr {color: #E5FFFF; 
    height: 5px;
    }				
    
#intro {font-style: italic; 
        font-size: smaller;
        background-color: #CBD8FF;
        color: #2F374F;
        border: solid #212737;
        padding: 1em;
        }    	

#download {font-size: smaller;}
        
.invisible {color: #2F4F4F;
            font-size: 2px;
            text-decoration: none;
           }

a.invisible:link {color: #2F4F4F;}

a.invisible:visited {color: #2F4F4F;}

.invisible2 {color: #CBD8FF;
	     font-size: 2px;
             text-decoration: none;
            }

a.invisible2:link {color: #CBD8FF;}

a.invisible2:visited {color: #CBD8FF;}
          
#xtranscript {text-align: justify; margin: 0px 20px 0px 20px;} 
                
#sidebar {float: right; 
          width: 20%;
          border: solid #213737;
          background-color: #CBD8FF; 
          color: #2F374F;
          padding: 1em; 
          font-size:smaller;
          }       

#main {width: 70%;
       background-color: #CBFFFF;
       color: #213737;
       border: solid #213737;
       padding: 1em;
       }
       
address {text-align: center; 
         font-size: smaller;
         clear: both;
         }  

#footer:link {color: red;}   

#footer:visited {color: #26E0CE;} 
                        
