body {
	margin: 0;
	padding: 0;
	BACKGROUND: #FFFFFF;
}
/* Header */
#header {
}
#header p {
	background: #000000;
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border-style: groove; 
	border-width: 1px
}
header h1{
	color: #FF3300; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px; 	
}
#header a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#header a:hover {
	color: #6699CC;
	text-decoration: none;
}

/*For Contact*/
#contact{}

/*For menu*/
#menu{
	/*background: #000000;
	font-family: tahoma;
	border-style: solid; 
	border-width: 2pX;
	border-color:  #FFFFFF; */
	border-top:13pt; 
	border-bottom:13pt;
	border-left: 2px;
	border-ight:2px; 
	border-color:#FF0000;
	border-style: Outset;
}
#menu h1{
	background: #000000;
	color: #FFFFFF; 
	font-family: verdana; 
	font-size: 14pt; 
	letter-spacing: 5px;
	text-transform: uppercase;
}
#menu ul {
}
#menu li {
	margin : 0px;
}

#menu p{
	font-family: tahoma; 
	font-size: 10px; 
	color: #000000;
}
#menu a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*For Upline*/
#upline{
	border-top:13pt; 
	border-bottom:13pt;
	border-left: 2px;
	border-ight:2px; 
	border-color:#FF0000;
	border-style: Outset;
}
#upline p{
	font-family: verdana; 
	font-size: 10px; 
	color: #000000;
}


/*For Details*/
#details{
	border-top:13pt; 
	border-bottom:13pt;
	border-left: 2px;
	border-ight:2px; 
	border-color:#FF0000;
	border-style: Outset;
	background:#FFFFFF; 
	font-family: tahoma; 
}
#details h1{
	color: #000000;/*
	border-style: dashed; 
	border-width: 2pX;
	border-color: #000000;*/
	font-size : 15px;
}
#details h2{
	color: #FF0000;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#details p{
	font-size : 13px;
	font-family: tahoma; 
	color: #000000;
}
#details a{
	color: #FF0000;
	text-decoration: underline;
}
#details a:hover{
	color: #000000;
	text-decoration: none
}
#details li , ul{
}

/*For Stick Notes*/
#sticky{
}
#sticky p{
	background: #FFFF00; 
	font-family: tahoma; 
	font-size: 10pt; 
	color: #000000;
	border-color:#000000;
	border-style: dashed; 
	border-width: 4px;
}