/* Common CSS */



#yapChatURL {
    width: 200px ;
}



/* Links */

a.yapLink:link {
 color: #22cc00 ;
}

a.yapLink:visited {
 color: #22cc00 ;
}

a.yapLink:hover {
 color: #22cc00 ;
}



/* Forms */
input.yapbutton {
        background-color:#22CC00;
        font-size: 6pt; 
        color:#FFFFFF; 
        display:inline; 

        padding:0 0 0 0; 
	border-style:solid; border-width:1px; border-color:#CCCCCC;
}


/* Fancy horizontal rule. */



/* Header */

#headerTitle {
    margin: 0px ;
}



/* Footer */
.foot { 
    margin-top: 10px ;
    margin-bottom: 10px;
    
    font-size: 90%; 
    text-align: center ;
}


.foot a:link, .foot a:visited { 
    text-decoration: none;
}

.foot a:hover { 
    text-decoration: underline; 
}


.navbarLink {
    text-decoration: none ;
}


/* Main body. */
#pageBody {
/*    margin-left: 25px ;*/
/*    margin-right: 25px ;*/
}




/* Text styles. */
.example {
    font-size: 80% ;
    color: #777777 ;
}

.optional {
    color: red ;
}

a:link    {
    color:#222222; 
}
a:visited { 
    color:#444444; 
}

