﻿/* CSS Document */
body  {	margin: 0; background: #; overflow-y: scroll; background-position:top center; background-repeat:no-repeat; background-color:#CFCFCF;}

.contentbox			{ padding-left:50px; padding-top:50px; font-family:Arial; font-size:12px; color:#333333; position:static;}
.contentOtsikko	{ font-family:Tahoma; font-size:20px; color:#575556 ; font-weight:bold;  }
.uutisOtsikko		{ font-family:Tahoma; font-size:13px; color:#575556 ; font-weight:bold;  }
.uutisDate			{ font-family:Tahoma; font-size:10px; color:#B9B9B9; font-weight:normal;  }
td { font-family:Arial; font-size:12px; color:#333333;}

.highlight { color:#FF0000; }
.menuon { color:#CCCCCC; text-decoration:none; font-family:Tahoma; font-size:12px; }

a:link 		{ color:#333333; text-decoration:none; }
a:visited { color:#333333; text-decoration:none; }
a:hover 	{ color:#FF0000; text-decoration:none; }
a:active 	{ color:#333333; text-decoration:none; }
a:focus   { -moz-outline-style: none;}

a.menu_lnk:link 		{ color:#FFFFFF; text-decoration:none; font-family:Tahoma; font-size:12px; }
a.menu_lnk:visited 	{ color:#FFFFFF; text-decoration:none; font-family:Tahoma; font-size:12px; }
a.menu_lnk:hover 		{ color:#FF0000; text-decoration:none; font-family:Tahoma; font-size:12px; }
a.menu_lnk:active 	{ color:#FFFFFF; text-decoration:none; font-family:Tahoma; font-size:12px; }
a.menu_lnk:focus   	{ -moz-outline-style: none;}


