﻿/*Another Typewriter*/
@font-face {
	font-family:TypeWriter;
	src:url('fonts/atwriter.eot');
	src:local('☺'), url('fonts/atwriter.woff') format('woff'), url('fonts/atwriter.ttf') format('truetype'), url('fonts/atwriter.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*LcdD*/
@font-face {
	font-family:LCD;
	src:url('fonts/lcd.eot');
	src:local('☺'), url('fonts/lcd.woff') format('woff'), url('fonts/lcd.ttf') format('truetype'), url('fonts/lcd.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}

#drawing             { width:500px; height:500px; padding:0; margin:0; border:1px solid black; }
#rect1               { fill:url(#linGradOrangeRed); fill-opacity:1.0; stroke:rgb(0, 0, 0); stroke-opacity:0.7; stroke-width:1px; }
#circle1             { fill:url(#radGradGrayBlue); stroke:rgb(0, 0, 0); stroke-width:1px; opacity:0.7; filter:url(#gaussianBlur) }
#line1               { stroke:rgba(0, 0, 0, 0.3); stroke-width:5px; }
#ellipse1, #ellipse2 { fill:rgba(200, 100, 50, 0.5); stroke:rgba(0, 0, 0, 0.5); stroke-width:2; }
#polygon1            { fill:rgba(255, 255, 255, 0.5); stroke:rgba(0, 0, 0, 0.5); stroke-width:1; }
#polyline1           { fill:white; stroke:red; stroke-width:2; }
#text1               { fill:white; stroke:rgba(0, 0, 0, 0.8); stroke-width:0.9; font-family:TypeWriter; font-size:26px; font-weight:bold; }


