/*
Bliss News css (bnews.css)
*/

body
{
	background-color: rgb(204,255,255);
	font-size:100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Verdanna, ""San Serif""
}
/*
the head* hlemets are strictly for the page top headline. It's whole size is 1340px and height is 95 px
padding is dependant on the element, noborder, margin is 0	

simple  css proportional sizing of elements at http://wellcaffeinated.net/articles/2012/12/10/very-simple-css-only-proportional-resizing-of-elements/
http://www.dynamicdrive.com/forums/entry.php?293-3-Ways-to-Resize-Scale-Web-Images-in-Responsive-Design
http://learn.shayhowe.com/advanced-html-css/responsive-web-design/
http://www.wysiwygwebbuilder.com/responsivewebdesign.html
https://opensourcehacker.com/2012/01/09/styling-images-for-mobile-with-css-width-and-max-width-mobilizing-websites-with-responsive-design-and-html5-part-6/
http://www.smashingmagazine.com/2011/01/guidelines-for-responsive-web-design/
http://stackoverflow.com/questions/8007443/resize-html-website-for-different-screen-resolutions

image captions
https://www.google.com/search?q=html+caption+image&ie=utf-8&oe=utf-8
http://www.w3schools.com/tags/tag_figcaption.asp
http://stackoverflow.com/questions/10128950/how-to-write-a-caption-under-an-image
https://www.cs.tut.fi/~jkorpela/www/captions.html
http://www.w3.org/Style/Examples/007/figures.en.html

*/
table{padding: 0;
margin: 0;}
tr{padding: 0;
margin: 0;}
td{padding: 0;
margin: 0;}


a:link {
    backgrxxound-color: rgb(204,255,255);
}

a:visited {
    background-color:  rgb(180,255,255);
}

a:hover {
    background-color:  rgb(160,255,255);
}
.darkbackblue {
    background-color: rgb(150, 219, 234);
}
a:active {
    background-color: #FF704D;
} 


	.header{
		background-color: rgb(184,228,241);	
		bordxer-style: solid;
		borxder-color: black;
	}
	.headleft{
		width: 20%;
		padding: 0;
		border: 0;
		margin: 0;
		height: 90px;
		text-align: center;
		font-size: 1em;
		font
	}
	.headcenter{
		width: 60%;
		padding: 0px;
		border: 0;
		margin: 0;
		height: 90px;
		text-align: center;
		font-weight: bold;
		font-size: 3.8em;
		}
	.headright{
		width: 20%;
		padding: 0px;
		border: 0;
		margin: 0;
		height: 90px;
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
	}
	.alist{
		  width: 250px;
		  height: 100px;
		  background-color: rgb(204,255,255);
		  overflow: scroll; /* showing scrollbars */
		  padding: 2px;
	}
	  .TextWrapLeft{
		  clear:both;
		  float:Left;
		  margin:10px;
				}
	  .TextWrapRight{
		  clear:both;
		  float:Right;
		  margin:10px;
		  }
	 .AH{ /* article headline */
		text-align: center;
		font-size: 50em;
		font-weight: bold; 
	 }
	 .AD{ /* article dateline */
		text-align: left;
		font-size: 12em;
		font-weight: normal;
	 }
	 p { /* article body text */
		text-align: left;
		font-family: Verdanna;     /*"Times New Roman", times, serif*/
		font-size: 1.25em;
		font-weight: normal;
	 }
	/*
http://alistapart.com/article/practicalcss
*/
