/* style sheet (css2) for homepage of andrei romashchenko */
/* rmain.css, v 2.1 2003/04/16 16:55 MSC */

body { color: rgb(0%,10%,3%); background: rgb(62%,65%,60%); }
a { text-decoration: underline } 
a:link { color: rgb(10%,25%,35%) }  
a:visited { color: rgb(25%,25%,35%) }
a:active { color: rgb(60%,10%,50%) }
a:hover { color: rgb(20%,50%,90%) }


div.section {
    /* to be defined eventualy */
    /* background: rgb(65%,73%,65%); padding: 1em; */
}

div.subsection {
    /* to be defined eventualy */
}

p.gparagraph {
    /* to be defined eventualy */
}

p.gparagraph:first-line {
	font-weight: bold;
}

ol.toc {
	list-style-type: decimal;
}

li.bibitem {
	margin-top: 0.5em; 
}

span.bibauthors {
	font-style: italic;
}


span.bibtitle {
	font-weight: bold;
}

span.bibjournal {
    /* to be defined eventualy */
}

span.bibnote {
	font-size: 80%;
}

span.bibnote:before {
    /* to be defined eventualy */
}

span.download {
	font-weight: bold
}

span.download:after {
	content: "."
}


