diff -r 24c0b959c738 -r 5987f9f15bac styles/vym.css
--- a/styles/vym.css	Sun Jan 30 12:59:10 2005 +0000
+++ b/styles/vym.css	Mon Aug 03 10:42:12 2009 +0000
@@ -19,7 +19,7 @@
 	vertical-align:center;
 	font-size: 2em;
 }
-.vym-imagemap{ 
+.vym-imagemap{
 	width:96%; 
 	padding:2%; 
 	margin-bottom:10px; 
@@ -27,6 +27,9 @@
 	text-align:center; 
 	vertical-align:center;
 }
+.imagemap{
+	border: 0px; 
+}
 .vym-BoxBottom { 
 	padding:10px; 
 	font-size:0.7em; 
@@ -60,27 +63,27 @@
 	font-weight: normal;
 }
 .vym-branch2{
-	font-size: 0.5em;
+	font-size: small;
 	font-weight: normal;
 }
 .vym-branch3{
-	font-size:0.5em;
+	font-size: small;
 	font-weight: normal;
 }
 .vym-branch4{
-	font-size:0.5em;
+	font-size: small;
 	font-weight: normal;
 }
 .vym-branch5{
-	font-size:0.5em;
+	font-size: small;
 	font-weight: normal;
 }
 .vym-branch6{
-	font-size:0.5em;
+	font-size: small;
 	font-weight: normal;
 }
 .vym-branch7{
-	font-size:0.5em;
+	font-size: small;
 	font-weight: normal;
 }
 
@@ -89,7 +92,7 @@
 	border: solid 1px black; 
 	border-color: #000000;
 	background-color: #eeeeee; 
-	font-size: 0.5em;
+	font-size: small;
 	font-weight: normal;
 	padding: 5px;
 }
@@ -99,6 +102,11 @@
 	border: solid 1px black; 
 	border-color: #000000;
 	background-color: #eeeeee; 
-	font-size: 0.5em;
+	font-size: small;
 	font-weight: normal;
 }
+
+.standardflag { 
+	margin-left: 5px; 
+}
+