/*
-----------------------------------------------
stopdesign screen media style
author:   Hui-min Tsen
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */

#body {
  margin: 0 auto;
  width: 950px;
  margin-top: 25px
  
 }

body {
  border: 0;
  margin:10;
  padding:10;
  background:#FFFFFF;
  font:medium helvetica, serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  color:#555555
  } html>body {font-size:small;}


/* Links
----------------------------------------------- */
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #CACACA;
	text-decoration: none;
}



