body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #999999;
}

/**************************** Fonts ****************************/
.chapter{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-variant:capitals;
		color: #669933;
		letter-spacing: 2px;
		font-weight: bolder;
}
.title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;		
		color: #000000;
		letter-spacing: 1px;
		font-weight: bolder;
}

.text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #333333;
}
		
b {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
}

/**************************** Links ****************************/
a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #999999;
		text-decoration: none;
		letter-spacing: 0.5px;
		font-style: normal;
		font-weight: bolder;
}
a:hover {  
		text-decoration: none;
		color: #669933;
		text-decoration: underline;
		letter-spacing: 0.5px;
}

/***************************** Input ******************************/

.input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11;
}

/**************************** Buttons ****************************/
.button { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12; 
        color: #000000; 
        background-color: #AAAAAA;
        border: #666666;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        width: 100px;
}
