/* This style sheet defines the basic style for all Zarthani.net pages */
/* Point to this style sheet by adding:

<link type="text/css" rel="stylesheet" href="zarthani.css">

in the HEAD of HTML documents */

body {
 color: #000555; background: #99CCFF; margin-left: 2%; margin-right: 2%;
 font-family: Arial, Helvetica, sans-serif;
}

a.plain {
 text-decoration:none
}
a:link {
 color: #0000FF; background:transparent;
}
a:visited {
 color: #1140B3; background:transparent;
}
a:hover {
 color: #C35617; background:transparent;
}

p {
 text-indent: 3em; text-align: justify;
}
h2 {
 font-size: 150%; text-align: center
}

