body {background-color: FFFFFF} /* Background settings */
p {color: 000000} /* Standard text colour is black */
p {text-indent: 0 } /* Text indent */
p {font-family: arial} /* Text font type is Arial */
p {font-size: 12} /* Size of default font */
p {margin-top: 0; margin-bottom: 0} /* Distances between lines */
p (margin-left: 0; margin-right: 0) /* Distance from left & right edges */
p { text-align: justify; } /* Text alignment is justify */
h1 {color: 000000} /* Heading 1 colour is white */
h2 {color: 000000} /* Heading 2 colour is red */
h3 {color: 000000} /* Heading 3 colour is blue */
h4 {color: 000000} /* Heading 4 colour is black */
h5 {color: 000000} /* Heading 5 colour is black */
h6 {color: 000000} /* Heading 6 colour is black */
h1 {font-family: arial} /* Heading font type is Arial */
h2 {font-family: arial} /* Heading font type is Arial */
h3 {font-family: arial} /* Heading font type is Arial */
h4 {font-family: arial} /* Heading font type is Arial */
h5 {font-family: arial} /* Heading font type is Arial */
h6 {font-family: arial} /* Heading font type is Arial */
h1 {font-size: 28} /* Heading 1 size is 28 in CSS, 21 pt in Frontpage */
h2 {font-size: 23} /* Heading 2 size is 23 in CSS, 18 pt in Frontpage */
h3 {font-size: 18} /* Heading 3 size is 18 in CSS, 14 pt in Frontpage */
h4 {font-size: 16} /* Heading 4 size is 16 in CSS, 12 pt in Frontpage */
h5 {font-size: 16} /* Heading 5 size is 16 in CSS, 12 pt in Frontpage */
h6 {font-size: 16} /* Heading 6 size is 16 in CSS, 12 pt in Frontpage */
h1 {text-indent: 18} /* Heading indent */
h2 {text-indent: 18} /* Heading indent */
h3 {text-indent: 18} /* Heading indent */
h4 {text-indent: 18} /* Heading indent */
h5 {text-indent: 18} /* Heading indent */
h6 {text-indent: 18} /* Heading indent */
a:link {color: B75ECA; text-decoration: underline; } /* Link settings */
a:active {color: B75ECA; text-decoration: underline; } /* Active link settings */
a:visited {color: B75ECA; text-decoration: underline; } /* Visited settings */
a:hover {color: B75ECA; text-decoration: none; } /* Link hover settings */