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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
background-color: #ffffd0;
}
.navLeft
{
position: absolute;
height: auto;
width: 200px;
left: 12px;
top: 63px;
font-size: 8pt;
}
.mainContent
{
height: auto;
width: 60%;
left: 230px;
top: 63px;
position: absolute;
}
h1.essay-title
{
font-size: 160%;
font-style: normal;
color: #999999;
}
h1.page-title
{
font-size: 160%;
font-weight: normal;
font-style: italic;
color: #999999;
}
h2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 130%;
font-style: normal;
font-weight: bold;
margin-left: 6px;
}
h3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 120%;
font-style: normal;
font-weight: bold;
margin-left: 12px;
}
h4
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
font-style: normal;
font-weight: bold;
margin-left: 18px;
}
.abstract-title
{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
}
.abstract-body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
margin-left: 10%;
margin-right: 10%;
}
.cartouche
{
padding: 10px 10px 7px 7px;
border-style: ridge;
border-width: medium;
border-color: grey;
background-color: #c0c0ff;
}
pre
{
color: #000040;
margin-left: 24px;
}
code
{
}
p
{
margin-left: 24px;
}
|