BODY {
	color: #000140;
}

A:hover   { 
	color: Red;   
	text-decoration:none;
}

A:link   { 
	color: #000144;
}

A:visited   { 
	color: #000144;
}

/*
The next 4 definitions specify parent tables for 
different areas on the screen.
The most important definition here is a background color of those areas.
*/

.top_table {
		background-color: white;
}

.menu_table {
		background-color: white;
}

.term_table {
		background-color: white;
}

.text_table {
		background-color: White;
}

/*
The next block is dedicated to the general properties for all windows
*/

.window_top {
	/* Specifies the formating properties of window title area */
	border-bottom: 1px solid;
	border-color: #000140;
}

.window_title {
	/* Specifies the formating properties of window title text */
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 120%;
}

/*
The next block is dedicated to the Menu window
*/

.menu_content {
	/* Specifies the formating properties of menu text area */
   font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
   letter-spacing: 1px;
}

.menu_selected {
	/* Specifies the formating properties of selected menu points */
	font-weight: bolder;
	/* color: #00008B; */
	color: Red;
}

/*
The next block is dedicated to the Text window
*/

.text_body {
	/* Specifies the formating properties of text body area */
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: justify;
}

.text_first_letter {
	/* Specifies the formating properties of the first letter class */
	font-size: 200%;
	font-family: Arial;
}

.text_offer {
	/* Specifies the formating of "Codeangels Offers" block */

}

.text_emphasis {
	font-weight: bolder;
}

.text_quote {
	font-style: italic;
	font-weight: bold;
}

.text_facit {
	font-style: italic;
	font-weight: bold;
}

.chapter_title {
	/* Specifies the formating properties of the chapter titles class */
}


/*
The next block is dedicated to the Terms window
*/

.term_content {
	line-height: 150%;
}

.term_fullname {
	font-size: 120%;
}

/*
The next block is dedicated to the other formatings present in text window
*/

.shout_codeangels {
	font-size: 200%;
}

.buzzword {
	font-style: italic;
}

.buzzlink {
	font-size: xx-small;
	vertical-align: top;
	text-decoration:none;
	font-weight: bold;
}

.copyright {
	font-size: xx-small;
	text-align: right;
}

.home_text {
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 120%;
	text-align: left;
}

.text_motto {
	font-style: italic;
	font-weight: bold;
}