/* my_format_blue.css */

body { background-color: #ffffff; color: #404040; font-size: 14px}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif; }

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; }

h3 { font-size:16px; }

h4 { font-size:14px; }

p { font-size:14px; "Arial,Helvetica"; text-align:justify; margin-left:10px; width:700px;}

ul,ol,li,div,td,th,address,blockquote { font-size:14px; "Arial,Helvetica"; }
ul,ol,li,div,th,address,blockquote { width:700px;}

table {color: #030303; font-face: "Arial,Helvetica"; font-size: 14px}

td {color: #030303; font-face: "Arial,Helvetica"; font-size: 14px}

ol {list-style-type:circle;}

ul {list-style-type:circle;}

li { margin-top:3px; margin-bottom:6px;}

pre { font-family:Courier New,Courier; font-size:14px; color:#909090; }

code,kbd,tt { font-family:Courier New,Courier; color:#909090; }

var {font-style:normal; color:#909090; }

strong { color:#404040; }

blockquote,cite { font-style:italic; }

a {font-size: 14px; text-decoration:none; color:#909090; }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }


/* for mobile devices */

@media screen and (max-width: 1000px){
body {color: #000000; margin-left:20px;}
p  { font-size: 1.5em; width:900px;}
table  { width:900px;}
li { width:900px;}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.5em; }
a  { font-size: 1.5em; }
li { font-size: 1.5em; }
mytext   { font-size: 1.5em;}
myunscale { font-size: 0.7em;}
}
