/* Default stylesheet of http://www.religion-in-dialogue.net */

.lightgreen {
    background: #CF0;
}

.darkgreen {
    background: #393;
}

.lightblue {
    background: #CCF;
}
  
.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.small {
    font-size: 9pt;
}

body {
    margin: 0;
    background: #FF9;
    color: #000;
}

h1,h2,h3,ul,ol,li,p,td {
    font-family: arial, helvetica, sans-serif;
}

h1 {
    font-size: 14pt;
}

li {
    margin-bottom: 12pt;
}

p.contact {
    margin-left: 48px;
}

p.navigation {
    color: #D03;
    font-size: 12pt;
    font-weight: bold;
    margin-left: 48px;
    margin-top: 6pt;
    margin-bottom: 24pt;
}

p.navigation a {
    color: #393;
    text-decoration: none;
}

p.navigation a:hover {
    text-decoration: underline;
}

p.partners {
    text-align: center;
	margin-top: 24pt;
}

p.red {
    color: #D03;
}

p.sidebar {
    color: #D03;
    font-size: 12pt;
    font-weight: normal;
}

p.sidebar a {
    color: #393;
    text-decoration: none;
}

p.sidebar a:hover {
    text-decoration: underline;
}

p.welcome {
    font-size: 18pt;
    font-weight: bold;
    margin-left: 48px;
    margin-top: 72pt;
    margin-bottom: 72pt;
}

p.welcome a {
    color: #D03;
    text-decoration: none;
}

p.welcome a:hover {
    color: #FF9;
    background: #D03;
}

td.small {
    vertical-align: top;
}

ul.nobullet {
    list-style-type: none;
}

ul.nobullet a {
    color: #00D;
    font-weight: bold;
    text-decoration: underline;
}

ul.nobullet a:hover {
    background: #00D;
    color: #FF9;
    text-decoration: none;
}
/* EOF */
