/* Main body style */
body {
   margin: 0;
   margin-bottom: 2em;
   padding: 0;
   font-size: 85%;
   font-family: Arial, sans-serif;
   background: #fff url(../images/cv-image.png) fixed no-repeat 0 0;
}

#content {
   margin: 2em 15% 2em 15%;
   padding: 2em;
   color: #000;
   background-color: #fff;
   border: 1px dotted #000;
}

a {
   color: #990099;
   text-decoration: none;
}

a:hover {
   color: #000;
   background-color: #dddddd;
   border-bottom: 1px solid #000
}

p {
   line-height: 150%;
}

p.plain {
   line-height: 100%;
}

.center {
   text-align: center;
}

h1.solid,
h2.solid,
h3.solid,
h4.solid,
h5.solid,
h6.solid {
   margin-top: 2em;
   margin-bottom: 1em;
   border-bottom: 1px dotted black;
}

sup {
   vertical-align: top;
}

ul {
   margin-left: 0;
   margin-top: 0;
}

ul li {
   list-style-position: inside;
}

.indent {
   margin-left: 10em;
}

.floatleft {
   float: left;
}

.cleardiv {
   clear: both;
}

table {
   width: 100%;
   border-collapse: collapse;
   border-top: 2px solid black;
   border-bottom: 2px solid black;
}

td {
   padding-right: 1em;
   vertical-align: top;
   border-bottom: 1px solid black;
   line-height: 150%;
}

tr.header td {
   font-weight: bold;
   border-bottom: 2px solid black;
}

tr.last td {
   border-bottom: 0;
}

.rtl {
   direction: rtl;
   unicode-bidi: bidi-override;
}
