/*************************************/
/**Imports the styles from the other
/**stylesheets - Makes it simple to 
/**include a single stylesheet in the HTML
/**Layout.css controls all layout and common
/**styles and should NOT be modified.
/**styles.css is for css for each page and
/**non generic css
/*************************************/
@import url("layout.css");


#navigation li a.selected {
	color: #00aaee;
}

.color{
	color: #7ac142;
}

.home_page_news h1{
	color: #00aaee;
}

.hpnt_link {
	color: #00aaee;
	
}