﻿body, table, tr, td, h1, h2, h3, h4, h5, h6, ul, li, a, p, div, font {
  font-family: "Arial", "新細明體", "Helvetica", "Sans-serif";
}

/*
body, table, tr, td, ul, li, a, p, div, font {
  font-size: 15px;
}
*/

body, table, p {
  font-size: 15px;
}

h1 { font-size: 16px; }
h2 { font-size: 18px; }
h3 { font-size: 20px; }
h4 { font-size: 22px; }
h5 { font-size: 12px; }
h6 { font-size: 13px; }

a {
  color:#0000FF;
  text-decoration: underline;
}
a:hover {
  color:red;
}
.copyright {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  color: #FFFFFF;
}

.smallFont { font-size: 12px; }

.mediumFont { font-size: 13px; }

.setMargin { margin: 8px; }

.underline { text-decoration: underline; }
.Greek {
	font-family: "Greek";
}
.hebrew {
	font-family: "Bwtransh";
	font-size: 10px;


}

