﻿/*  
Theme Name: Screenshot Exchange
Theme URI: http://scxchange.hwaiting.org
Description:
Author: Sheryl
Author URI: http://www.pinkista.net
*/

body,div,td
{font-size: 11px; 
color:#000000;
font-family: arial;
letter-spacing:0px;
cursor: default;
line-height:14px;
background-color: #000000;}



  
  /* NAVIGATIONS */
  
  #navi {
	border: 0px solid #FFECF5;
	empty-cells: show;
	font-size: 22px;
	margin: 0;
	width: 300px;
	background-color: #000000;

}


#navi a {
	display: block;
	text-decoration: none;
	cursor: default;
	color: #8F8F8F;
	font-face: arial;
	
	
}

#navi a:hover {
	background: #1FA9D7;
	color: #000000;
	cursor: default;
}



#navi td {
	color: #BFBFBF;
	font-family: arial;
	font-size: 22px;
	letter-spacing: normal;
	padding: 2px 0;
	width: 300px;
	text-align: center;
	border: 0px solid #FFCAE4;
	background-color: #FFFFFF;
}





