/*
CSS for tao of tai chi 
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
 
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-align: center;
}

h1 {
	font-size: x-large;
	color: black;
	padding-top: 2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	margin: 0;
	text-align: center;
	width: 450px;
}

h2 {
	font-size: 130%;
	color: black;
	font-weight: normal;
	padding-top: 15px;
	text-align: center;
}
p {
	font-size: small;
	color: #000;
}



li {
	text-align: justify;
	font-size: small;
}


  
  

a {
  font-weight: bold;
}


.fun {
	color: #339999;
	;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
	}
.normal {
	color: #339999;
	
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}

blockquote.fun {
	font-style: italic;
	text-align: center;
}

quotes.normal {
font-style: italic;
}
.galleryphoto img {
border: 1px solid black;
    width: 50px;
    height: 50px;
	
}

.galleryphotonormal {
	border: thin solid #000;
	margin: 5px;
}

.credit {
	font-weight: normal;
	color: gray;
	text-align: center;
}
.loud {
	font-weight: bold;
	color: #000;
	font-style: italic;
}

.highlight {
	background-color: #CCC;
	padding: 5px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's conten7 display.
*/
#list_star {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	color: #339999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 200;
	font-style: italic;
	line-height: 25px;
	text-transform: capitalize;
	padding: 10px;
}

.googlenews300x250 {
	float: right;
	height: 250px;
	width: 300px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.google200 {
	float: left;
	height: 250px;
	width: 300px;
	margin-right: 5px;
}
