Body {
	font-family : Arial, Verdana;
	font-size : 12px;
}

.Page_Text1{
	font-family : "verdana";	
	font-size : 15px;	
	font-weight : bold;
	text-align : left;		
	text-decoration : none;	
	color : naby ;		
	Cursor :none;
	background-color : ;	
}

.Page_Text2{
	font-family : "verdana";	
	font-size : 14px;	
	font-weight : bold;
	text-align : left;		
	text-decoration : none;	
	color : naby ;		
	Cursor :none;
	background-color : ;	
}

.Page_Text3{
	font-family : "verdana";	
	font-size : 12px;	
	font-weight : normal;
	text-align : left;		
	text-decoration : none;	
	color : naby ;		
	Cursor :none;
	background-color : ;	
}

.Page_Text4{
	font-family : "verdana";	
	font-size : 10px;	
	font-weight : normal;
	text-align : left;		
	text-decoration : none;	
	color : naby ;		
	Cursor :none;
	background-color : ;	
}

.Page_Text5{
	font-family : "verdana";	
	font-size : 10px;	
	font-weight : normal;
	text-align : left;		
	text-decoration : none;	
	color : naby ;		
	Cursor :none;
	background-color : ;	
}

.Page_Title {
 font-family:verdana;
 color:gray; 
 font-size:11px;
 font-weight:none;
 background:whitesmoke; 
}

.Module_Title {
 font-family:sans-serif,tahoma,verdana;
 color:white; 
 font-size:13px;
 font-weight:bold;
 background:gray; 
 height:20;
}

/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #353535 url('http://www.mulpha.com.my/~guitaryo/guitaryou/theme/standard/images/navigation.jpg') repeat-x;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #AAA;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #EEE;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}


