/* default rules for the whole document */
body{font-size: 13px;	font-family: verdana;     text-align:center;  background-color:#ffffcc; }
a[href]{text-decoration:underline;    color:#4c1900;    background-color:#ffffcc; }
a:hover{color:green}
h1{font-size:300%;    font-variant:small-caps;    color:#4c1900;    background-color:#ffffcc;}
h2 {
	font-size: 80%;
	color:#4c1900;    background-color:#ffffcc;
}
h3 {font-size: 90%;color:#4c1900;    background-color:#ffffcc;}
.video{padding:2px;float:left;height:255px}
.imgb{	float: left;padding:2px;height:255px;
} img{border:2px solid #ffffff;	  }
.imgb a:hover img{border:2px solid green;  }
#text1 {
	float: left;
    color:#4c1900;    background-color:#ffffcc;
    width:250px;
	text-align:left;
}
#text2 {
	float: left;
    color:#4c1900;    background-color:#ffffcc;
	width:300px;
	text-align:left;
}
