body {	background-color:blue;
		background: url("http://news.dalplus.com/icon/mosaic.jpg");
					word-spacing: 1px;
 	}
 	
 h1 {font: small-caps bold  26px ,'times', 'arial';color:#0808b0;text-align:center;}
 h2 {font: small-caps bold  14px,'arial', 'times';color:yellow;text-align:center; background-color: #0808b0}
 h3 {font: 14px, 'arial','times';}

.tblhdr {
	font-size: 14px;
	font-weight: bold;
	font-family: arial,times;
	font-variant: none;
	color: yellow; 
	background-color:#0808b0;
	text-align: center;
}
.tblhdr2 {
	font-size: 14px;
	font-weight: bold;
	font-family: arial,times;
	font-variant: small-caps;
	color: white;
	background-color:black;
	text-align: center;
}
.tbldet {
	font-size: 14px;
	font-weight: bold;
	font-family: arial,times;
	font-variant: small-caps;
	color: #0808b0; 
	background-color:yellow;
	text-align: left;
}

.tblfont {
	font-size: 15px;
	font-weight: bold;
	font-family: arial,times;
}

.tblhdrS {
	font-size: 13px;
	font-weight: bold;
	font-family: arial,times;
	font-variant: small-caps;
	color: yellow;
	background-color:#0808b0;
	text-align: center;

}
input {
  font-size: 15px;
  font-family: arial,times;
}



.url1 A:link {text-decoration: none;color:yellow}
.url1 A:visited {text-decoration: none}
.url1 A:active {text-decoration: none}
.url1 A:hover {text-decoration:underline overline;font-weight:bold; color: white;}

.xlfont {
	font-size: 26px;
	font-family: arial,times;
}
.largefont {
	font-size: 18px;
	font-family: arial,times;
}
.normalfont {
	font-size: 14px;
	font-family: arial,times;
}
.smallfont {
	font-size: 12px;
	font-family: arial,times;
}
.minifont {
	font-size: 10px;
	font-family: arial,times;
}
.largelightfont {
	color:#808080;
	font-size: 18px;
	font-family: arial,times;
}
.lightfont {
	color:#808080;
	font-size: 12px;
	font-family: arial,times;

}
.xslightfont {
	color:#808080;
	font-size: 10px;
	font-family: arial,times;

}

.whitefont {
	color:white;
	font-size: 12px;
	font-family: arial,times;

}
.menufont {
	color:white;
 	 
	font-size:48px;
	font-family: arial,times;

}

 .left{
	 text-align:left;}

ul li {
    background:#fffeee;
    margin: 5px;
}
.frame {
	border-style: inset;
	border-color:blue;
	border-width:5px;
	padding:15px; 
}

p.frame {
	padding:5px; 
	border-top:8px inset blue;
	border-right:8px inset blue; 
	border-bottom:8px  inset blue;
	border-left : 8px inset blue;
	border-bottom-width: 8px
	}


#container {
       
	width:580px;
	background-color:blue;
	padding:5px;
	margin:1px ;
	display: float;
}
#boxtitle {
	width:780px;
	background-color:inset blue;
	padding:5px;
	margin:1px ;
	display: float;
}


.boxframedotted {
	border-style: dotted;
	border-color:black;
	border-width: 1px;
	padding:0px; 
	text-align: center;
	
}

.boxframe {
	border-style: solid;
	border-color:black;
	border-width: 1px;
	padding:10px; 
	text-align: center;
	
}