/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */
body {
  color: black;
  background-color: rgb(blue,blue,blue);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 100%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 12pt;
}
P {text-indent: 2pt}
P {text-noindent: 0%}
H1 {color: blue}
A:link {color: blue }
A:active {color: blue}
A:visited {color: blue}
p {text-indent: 2pt}
P {color : blue ; background : blue}
H2 {color : blue}
BLOCKQUOTE {color : black;
float : center;
border : 10pt soild black;
width : 50%}