1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
p {
font-size: 90%;
color: #333300;
line-height: 160%;
font-family: Verdana,Arial,Helvetica,Sans-Serif,MS Sans Serif, sans-serif;
text-align: justify;
}
a {
font-size: 100%;
line-height: 160%;
font-family: Verdana,Arial,Helvetica,Sans-Serif,MS Sans Serif, sans-serif;
text-align: justify
}
.application {
color: red;
}
.year {
font-weight: bold;
}
.journal {
font-style: italic;
}
.volume {
text-decoration: underline;
}
h2 {
font-size: 110%;
color: black;
font-family: Georgia, Verdana, sans-serif;
text-align: justify;
line-height:50%;
}
|