Reorganize, add setup script

This commit is contained in:
Andrew Pamment
2018-01-18 19:26:45 +10:00
parent a3f59004ea
commit b9f67ba9ae
47 changed files with 75 additions and 0 deletions

BIN
dist/ansis/bulletin0.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/bulletin1.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/doors.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/filemenu.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/goodbye.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/issue.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/logoff.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/mailmenu.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/mainmenu.ans vendored Normal file

Binary file not shown.

BIN
dist/ansis/newuser.ans vendored Normal file

Binary file not shown.

5
dist/config/archivers.ini vendored Normal file
View File

@@ -0,0 +1,5 @@
[ZIP]
Pack = zip -j *a *f
Unpack = unzip -j -o *a -d *d
Extension = zip

56
dist/config/bbs.ini vendored Normal file
View File

@@ -0,0 +1,56 @@
[main]
Codepage = CP437
Telnet Port = 2023
BBS Name = Magicka BBS
Sysop Name = sysop
nodes = 4
New User Level = 10
MagiChat Server = localhost
MagiChat Port = 6667
MagiChat BBSTag = Magicka
Default Tagline = Brought to you by Another Magicka BBS!
External Editor cmd = /home/andrew/MagickaBBS/utils/magiedit/magiedit.sh
External Editor stdio = true
External Editor Codepage = CP437
Automessage Write Level = 10
Fork = false
Enable WWW = false
WWW Port = 8080
Enable SSH = false
SSH Port = 2024
SSH DSA Key = /home/andrew/MagickaBBS/keys/ssh_host_dsa_key
SSH RSA Key = /home/andrew/MagickaBBS/keys/ssh_host_rsa_key
Main AKA = 1:2/3.4
QWK Name = MAGICKA
QWK Max Messages = 5000
Broadcast Enable = false
Broadcast Port = 2027
Broadcast Address = 192.168.1.255
IP Guard Enable = true
IP Guard Timeout = 120
IP Guard Tries = 4
Root Menu = main
Date Style = EU
[paths]
Config Path = /home/andrew/MagickaBBS/config
WWW Path = /home/andrew/MagickaBBS/www
String File = /home/andrew/MagickaBBS/magicka.strings
PID File = /home/andrew/MagickaBBS/magicka.pid
ANSI Path = /home/andrew/MagickaBBS/ansis
BBS Path = /home/andrew/MagickaBBS
Log Path = /home/andrew/MagickaBBS/logs
Script Path = /home/andrew/MagickaBBS/scripts
Echomail Semaphore = /home/andrew/MagickaBBS/echomail.out
Netmail Semaphore = /home/andrew/MagickaBBS/netmail.out
Menu Path = /home/andrew/MagickaBBS/menus
[mail conferences]
Local Mail = config/localmail.ini
IllusionNet = config/illusionnet.ini
[file directories]
General Files = config/filesgen.ini
[text files]
Warning = ansis/bulletin0.ans

6
dist/config/doors.ini vendored Normal file
View File

@@ -0,0 +1,6 @@
[Test Door]
; the command is passed node number as first argument
; and socket number as second argument.
command = /home/andrew/MagickaBBS/doors/rundoor.sh
; whether or not to use stdio redirection
stdio = false

8
dist/config/filesgen.ini vendored Normal file
View File

@@ -0,0 +1,8 @@
[main]
Visible Sec Level = 10
[Misc]
Database = files_misc
Download Sec Level = 10
Upload Sec Level = 10
Upload Path = /home/andrew/MagickaBBS/files/misc

16
dist/config/illusionnet.ini vendored Normal file
View File

@@ -0,0 +1,16 @@
[main]
Visible Sec Level = 10
Networked = true
Real Names = false
[network]
type = fido
fido node = 867:61/2
[General]
Read Sec Level = 10
Write Sec Level = 10
Path = /home/andrew/MagickaBBS/msgs/il_general
; local / echo or netmail
Type = Echo
QWK Name = ILLGEN

18
dist/config/localmail.ini vendored Normal file
View File

@@ -0,0 +1,18 @@
[main]
Visible Sec Level = 10
Networked = false
Real Names = false
[General]
Read Sec Level = 10
Write Sec Level = 10
Path = /home/andrew/MagickaBBS/msgs/general
Type = Local
QWK Name = GENERAL
[Testing]
Read Sec Level = 10
Write Sec Level = 10
Path = /home/andrew/MagickaBBS/msgs/testing
Type = Local
QWK Name = TEST

20
dist/config/protocols.ini vendored Normal file
View File

@@ -0,0 +1,20 @@
[ZModem]
Internal ZModem = true
[LRZSZ Zmodem]
Upload Prompt = false
Upload Command = rz -R
Download Command = sz *f
stdio = true
[LRZSZ Ymodem]
Upload Prompt = false
Upload Command = rb -R
Download Command = sb *f
stdio = true
[LRZSZ XModem]
Upload Prompt = true
Upload Command = rx -R *f
Download Command = sx *f
stdio = true

2
dist/config/s10.ini vendored Normal file
View File

@@ -0,0 +1,2 @@
[main]
time per day = 240

254
dist/magicka.strings vendored Normal file
View File

@@ -0,0 +1,254 @@
\r\n\r\nSorry, you're out of time today..\r\n
\r\n\r\nTimeout waiting for input..\r\n
\r\n\e[1;37mLast 10 callers:\r\n
\e[1;30m-------------------------------------------------------------------------------\r\n
\e[1;37m%-16s \e[1;36m%-32s \e[1;32m%02d:%02d %02d-%02d-%02d\e[0m\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\e[1;37mPress any key to continue...\e[0m\r\n
\r\n\r\n\e[1;37mSystem Information\r\n
\e[1;30m----------------------------------------------\r\n
\e[1;32mBBS Name : \e[1;37m%s\r\n
\e[1;32mSysOp Name : \e[1;37m%s\r\n
\e[1;32mNode : \e[1;37m%d\r\n
\e[1;32mBBS Version : \e[1;37mMagicka %d.%d (%s)\r\n
\e[1;32mSystem : \e[1;37m%s (%s)\r\n
\e[1;30m----------------------------------------------\e[0m\r\n
Automessage Posted by %s @ %s
\r\nEnter your message (4 lines):\r\n
No automessage!\r\n
Sorry, all nodes are in use. Please try later\r\n
\e[0mEnter your Login Name or NEW to create an account\r\n
Login:>
\r\nPassword:>
\r\nIncorrect Login.\r\n
\r\nYou are already logged in.\r\n
\e[0mWelcome back %s. Press enter to log in...\r\n
\e[0mWelcome to %s! Press enter to create an account...\r\n
\r\nYou have %d e-mail(s) in your inbox.\r\n
\r\nYou have no e-mail.\r\n
\r\n\e[1;37mEnter the BBS Name: \e[0m
\r\n\e[1;37mEnter the Sysop's Name: \e[0m
\r\n\e[1;37mEnter the Telnet URL: \e[0m
\r\nYou entered:\r\n
\e[1;30m----------------------------------------------\e[0m\r\n
\e[1;37mBBS Name: \e[1;32m%s\r\n
\e[1;37mSysop: \e[1;32m%s\r\n
\e[1;37mTelnet URL: \e[1;32m%s\r\n
\e[1;30m----------------------------------------------\e[0m\r\n
Is this correct? (Y/N) :
\r\n\e[1;32mAdded!\e[0m\r\n
\r\n\e[1;31mAborted!\e[0m\r\n
\r\nPlease enter the id of the BBS you want to delete:
\r\nThere are no BBSes in the list yet!\r\n
\r\nAre you sure you want to delete %s?\r\n
\r\n\e[1;32mDeleted!\e[0m\r\n
\r\nThat BBS entry either doesn't exist or wasn't created by you.\r\n
\r\n\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;37m%-18s \e[1;33m%-16s \e[1;32m%-37s\e[0m\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\r\n\e[1;32mBBS Listings: \e[1;37m(\e[1;33mL\e[1;37m) \e[1;32mList, \e[1;37m(\e[1;33mA\e[1;37m) \e[1;32mAdd \e[1;37m(\e[1;33mD\e[1;37m) \e[1;32mDelete \e[1;37m(\e[1;33mQ\e[1;37m) \e[1;32mQuit\e[0m\r\n
\r\nSorry, Chat is not supported on this system.\r\n
\e[1;45;37m Type /Quit to Exit\e[K\e[0m\r\n
Non-STDIO door support on SSH is currently broken...\r\n
\e[0m\r\nTL: %dm :>
\r\nAre you sure you want to log off? (Y/N)
\r\nTO:
\r\n\r\nInvalid Username\r\n
\r\nSUBJECT:
\e[2J\e[1;1H\e[1;32mFrom : \e[1;37m%s\r\n
\e[1;32mSubject : \e[1;37m%s\r\n
\e[1;32mDate : \e[1;37m%s\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\e[1;37mPress \e[1;36mR\e[1;37m to reply, \e[1;36mD\e[1;37m to delete \e[1;36mEnter\e[1;37m to quit...\e[0m\r\n
\r\nYou have no email\r\n
\e[2J\e[1;1H\e[1;37;44m[MSG#] Subject From Date \r\n\e[0m
\e[1;30m[\e[1;34m%4d\e[1;30m]\e[1;32m*\e[1;37m%-39.39s \e[1;32m%-16.16s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
\e[1;30m[\e[1;34m%4d\e[1;30m] \e[1;37m%-39.39s \e[1;32m%-16.16s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
\e[1;37mEnter \e[1;36m# \e[1;37mto read, \e[1;36mQ \e[1;37mto quit or \e[1;36mEnter\e[1;37m to continue\e[0m\r\n
\e[1;37mEnter \e[1;36m# \e[1;37mto read, or \e[1;36mEnter\e[1;37m to quit\e[0m\r\n
\r\nNo files in this area!\r\n
\r\n\r\n\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;33m%3ddloads \e[1;36m%4d%c \e[1;37m%-56s\r\n \e[0;32m
\r\n\e[0mEnter # to tag, Q to quit, Enter to continue:
\r\nTagged %s\r\n
\r\nAlready Tagged\r\n
\r\nSorry, you don't have permission to download from this area\r\n
\e[0;32m
\r\n\e[0mEnter # to tag, Enter to quit:
\e[0m\r\nDir: (%d) %s\r\nSub: (%d) %s\r\nTL: %dm :>
\r\n\r\nFile Directories:\r\n\r\n
%d. %s\r\n
Enter the directory number:
\r\nInvalid directory number!\r\n
\r\n\r\nFile Subdirectories:\r\n\r\n
Enter the sub directory number:
\r\nInvalid sub directory number!\r\n
Sorry, you don't have permission to upload in this Sub\r\n
\r\nUse external editor? (Y/N)
\r\n\e[1;32mMagicka Internal Editor, Type \e[1;37m/S \e[1;32mto save, \e[1;37m/A \e[1;32mto abort and \e[1;37m/? \e[1;32mfor help\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m
\r\n\e[1;30m[\e[1;34m%3d\e[1;30m]: \e[0m%s
\r\nNo message to quote!\r\n
\r\nQuote from Line:
\r\nQuote to Line:
Quoting Cancelled\r\n
\e[1;33m\r\nHELP\r\n
/S - Save Message\r\n
/A - Abort Message\r\n
/Q - Quote Message\r\n
/E - Edit (Rewrite) Line\r\n
/D - Delete Line\r\n
/I - Insert Line\r\n
/L - Relist Message\r\n\e[0m
\r\nWhich line do you want to delete?
\r\nWhich line do you want to edit?
\r\n\e[1;30m[\e[1;34m%3d\e[1;30m]: \e[0m
\r\nInsert before which line?
\e[2J\e[1;1H\e[1;32mFrom : \e[1;37m%s (%d:%d/%d.%d)\r\n
\e[2J\e[1;1H\e[1;32mFrom : \e[1;37m%s\r\n
\e[1;32mTo : \e[1;37m%-27.27s \e[1;32mConf : \e[1;37m%-27.27s\r\n
\e[1;32mSubject : \e[1;37m%-27.27s \e[1;32mArea : \e[1;37m%-27.27s\r\n
\e[1;32mDate : \e[1;37m%s \e[1;32mMsgNo : \e[1;37m%4d of %4d\r\n
\e[1;32mAttribs : \e[1;37m%s\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\r\n\e[1;37mPress \e[1;36mR \e[1;37mto reply, \e[1;36mQ \e[1;37mto quit, \e[1;36mB \e[1;37mto go Back, \e[1;36mSPACE \e[1;37mfor Next Mesage...
\r\nSorry, you are not allowed to post in this area\r\n
\r\n\r\nReplying to: %s\r\n
Change Subject? (Y/N)
\r\nNew subject:
\r\nOk, not changing the subject line...
\r\n\r\nNo more messages\r\n
\e[0m\r\nConf: (%d) %s\r\nArea: (%d) %s\r\nTL: %dm :>
Read message [1-%d] or N for New:
\r\nADDR:
\r\n\r\nInvalid Address\r\n
\r\nMailing to %d:%d/%d.%d\r\n
\r\nMailing to @%d\r\n
Start at message [1-%d] or N for New?
\e[2J\e[1;1H\e[1;37;44m[MSG#] Subject From To Date \r\n\e[0m
\e[1;30m[\e[1;34m%4d\e[1;30m]\e[1;32m*\e[1;37m%-25.25s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
\e[1;30m[\e[1;34m%4d\e[1;30m] \e[1;37m%-25.25s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
(#) Read Message # (Q) Quit (ENTER) Continue\r\n
\r\nThere is no mail in this area\r\n
\r\n\r\nMail Conferences:\r\n\r\n
%d. %s\r\n
Enter the conference number:
\r\nInvalid conference number!\r\n
\r\n\r\nMail Areas:\r\n\r\n
%d. %s\r\n
Enter the area number:
\r\nInvalid area number!\r\n
\r\nScan for new mail? (Y/N/S):
\r\n\e[1;32m%d. %s\e[0m\r\n
\e[1;37m --> %d. %s (%d new)\e[0m\r\n
\r\n\e[0mTL: %dm :>
\r\n\e[1;32mText Files Collection\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;37m%s\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
Enter the number of a text file to display or Q to quit:
\r\nSorry, there are no text files to display\r\n
\e[2J\e[1;1H\e[1;32mYour Settings\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\e[0;36mP. \e[1;37mPassword (\e[1;33mNot Shown\e[1;37m)\r\n
\e[0;36mL. \e[1;37mLocation (\e[1;33m%s\e[1;37m)\r\n
\e[0;36mQ. \e[1;37mQuit to Main Menu\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\r\nEnter your current password:
\r\nEnter your new password (8 chars min):
\r\nPassword Changed!\r\n
\r\nPassword too short!\r\n
\r\nPassword Incorrect!\r\n
\r\nEnter your new location:
\e[2J\e[1;1H\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
User Name Location Times On\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\e[1;37m%-16s \e[1;36m%-32s \e[1;32m%5d\r\n
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\r\nWhat is your login name:
Sorry, that name is too short.\r\n
Sorry, invalid character, can only use alpha characters.\r\n
Sorry, that name is reserved.\r\n
Sorry, that name is in use.\r\n
What is your first name:
What is your last name:
What is your e-mail address:
Where are you located:
What password would you like (at least 8 characters):
You Entered:\r\n
-------------------------------------\r\n
Login Name:
\r\nFirst Name:
\r\nLast Name:
\r\nE-mail:
\r\nLocation:
\r\n-------------------------------------\r\n
Is this Correct? (Y/N)
\e[1;37mPress any key to continue...\e[0m
\e[24;1H\e[1;32mUp / Down \e[1;37mto Scroll, \e[1;32mLeft / Right \e[1;37mChange Message, \e[1;32mR \e[1;37mReply, \e[1;32mQ \e[1;37mQuit\e[K\e[0m
\e[23;1H\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
\e[1;30m[\e[1;34;44m%4d\e[1;30;40m]\e[1;32m*\e[1;37m%-25.25s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
\e[1;30m[\e[1;34;44m%4d\e[1;30;40m] \e[1;37m%-25.25s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
\e[24;1H\e[1;37;44mUp/Down to Scroll, Enter to read, Q to quit\e[K\e[0m
\e[24;1H\e[1;32mUp / Down \e[1;37mto Scroll, \e[1;32mLeft / Right \e[1;37mto Change Message, \e[1;32mR \e[1;37mreply, \e[1;32mD \e[1;37mDelete, \e[1;32mQ \e[1;37mquit\e[K\e[0m
\e[1;30m[\e[1;34;44m%4d\e[1;30;40m]\e[1;32m*\e[1;37m%-39.39s \e[1;32m%-16.16s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
\e[1;30m[\e[1;34;44m%4d\e[1;30;40m] \e[1;37m%-39.39s \e[1;32m%-16.16s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
\e[1;31mYou have no email!\e[0m
\e[1;32mScanned \e[1;37m%s\e[1;32m->\e[1;37m%s\e[1;32m got \e[1;37m%d\e[1;32m msgs...\e[0m\r\n
\e[1;31mInvalid Reply Packet!\e[0m
\r\n\e[1;31mFailed to add message\e[0m\r\n
\r\n\e[1;32mChecking for file_id.diz...\r\n
...Not Found!\r\n\r\n
\r\nPlease enter a description:\r\n
...Found!\r\n\r\n
\e[1;32mUpload Successful!\e[0m\r\n
\e[1;31mUser not found! Assuming new user...\e[0m\r\n\r\n
\e[1;32mSuccesfully processed \e[1;37m%d \e[1;32mmessages!\r\n\e[0m
\e[0;36mA. \e[1;37mDefault Archiver (\e[1;33m%s\e[1;37m)\r\n
\r\n\e[1;32mSelect an archiver...\e[0m\r\n\r\n
\e[1;31m%d. \e[1;37m%s\e[0m\r\n
>
Sorry, this %s is unavailable over SSH\r\n
\r\n\r\nPlease enter the filename of the file you want to upload\r\n>
\r\nUpload Failed\r\n
\r\n\e[1;32mSelect a protocol...\e[0m\r\n\r\n
\e[0;36mO. \e[1;37mDefault Protocol (\e[1;33m%s\e[1;37m)\r\n
File exists!\r\n
\e[0;36mM. \e[1;37mShow Node Msgs (\e[1;33m%s\e[1;37m)\r\n
\e[1;37mNode \e[1;32m%d. \e[1;37m%s\e[0m\r\n
\r\n\r\n\e[1;33mSelect a node to message...\e[0m\r\n\r\n
\r\n\e[1;31mInvalid Node!\e[0m\r\n
\r\n\e[1;37mEnter your message (256 chars max)...\e[0m\r\n
%s on node %d says:\r\n %s\r\n\r\n
\e[0;36mC. \e[1;37mCodepage (\e[1;33m%s\e[1;37m)\r\n
\e[0;36mE. \e[1;37mUse External Editor (\e[1;33m%s\e[1;37m)\r\n
\e[1;37mMore? (Y/N/C) \e[0m
\e[1;31mYou have not subscribed to any areas!\e[0m\r\n
\e[1;37mEnter an area number to toggle, A to toggle all ON, N to toggle all OFF: \e[0m
\e[1;30m[\e[1;37m%3d\e[1;30m] [%s\e[1;30m] \e[1;37m%s\e[0m\r\n
\e[1;32mSUB\e[0m
\e[1;31mUNSUB\e[0m
\r\n\e[1;37mAre you sure you want to reset all messages in %s to unread? \e[0m
\r\n\e[1;37mAre you sure you want to reset \e[1;31mall messages \e[1;37min all bases to unread? \e[0m
\r\n\r\n\e[1;30m[\e[1;34m%3d\e[1;30m] \e[1;33m%3ddloads \e[1;36m%4d%c \e[1;37m%-56s\r\n \e[1;31mNEW \e[0;32m
\r\nScan for new files? (Y/N) :
\r\n\e[1;37mOrder by (\e[1;32mF\e[1;37m)ilename, (\e[1;32mU\e[1;37m)pload Date, (\e[1;32mP\e[1;37m)opularity, (\e[1;32mN\e[1;37m)ew Files Only: \e[0m
\e[24;1H\e[1;32mUp / Down\e[1;37m to Scroll, \e[1;32mLeft / Right \e[1;37mChange Message, \e[1;32mR \e[1;37mReply, \e[1;32mJ \e[1;37mNext Area, \e[1;32mQ \e[1;37mQuit\e[K\e[0m
\e[0;36mB. \e[1;37mBluewave Packet Style (\e[1;33m%s\e[1;37m)\r\n
\r\n\e[1;37mSearch by (\e[1;32mF\e[1;37m)ilename, (\e[1;32mD\e[1;37m)escription or (\e[1;32mB\e[1;37m)oth:\e[0m
\r\n\e[1;37mSearch in (\e[1;32mC\e[1;37m)urrent area or (\e[1;32mA\e[1;37m)ll areas:\e[0m
\r\n\e[1;31mPlease enter at least one keyword.\e[0m\r\n
\r\n\e[1;37mKeywords:\e[0m
\r\nUsername may not begin or end with a space\r\n
\r\nFirstname may not begin or end with a space\r\n
\r\nLastname may not begin or end with a space\r\n
\r\nFirst & Last Name combination in use!\r\n
\r\nSpaces not allowed\r\n
\e[0;36mS. \e[1;37mSet Signature...\r\n
\e[0;36mT. \e[1;37mToggle Auto-Signature (\e[1;33m%s\e[1;37m)\r\n
\e[1;37;44mChoose a Conference\e[K
\e[24;1H\e[1;37;44mUp / Down to Select, Enter to Confirm\e[K
\e[%d;1H\e[1;30;40m[\e[1;34;44m%4d\e[1;30;40m] \e[1;37m%s\e[K
\e[%d;1H\e[1;30;40m[\e[1;34m%4d\e[1;30;40m] \e[1;37m%s\e[K
\e[1;37;44mChoose an Area in %s\e[K
\e[1;37;44mChoose an Subdir in %s\e[K
\e[1;37;44mChoose a Directory\e[K

9
dist/menus/doors.mnu vendored Normal file
View File

@@ -0,0 +1,9 @@
LUASCRIPT doors
ANSIFILE doors
HOTKEY Q
COMMAND PREVMENU
HOTKEY G
COMMAND SUBMENU
DATA logoff

45
dist/menus/file.mnu vendored Normal file
View File

@@ -0,0 +1,45 @@
LUASCRIPT filemenu
ANSIFILE filemenu
HOTKEY I
COMMAND CHOOSEFILEDIR
HOTKEY S
COMMAND CHOOSEFILESUB
HOTKEY L
COMMAND LISTFILES
HOTKEY U
COMMAND UPLOAD
HOTKEY D
COMMAND DOWNLOAD
HOTKEY C
COMMAND CLEARTAGGED
HOTKEY }
COMMAND NEXTFILEDIR
HOTKEY {
COMMAND PREVFILEDIR
HOTKEY ]
COMMAND NEXTFILESUB
HOTKEY [
COMMAND PREVFILESUB
HOTKEY !
COMMAND FILESCAN
HOTKEY E
COMMAND FILESEARCH
HOTKEY Q
COMMAND PREVMENU
HOTKEY G
COMMAND SUBMENU
DATA logoff

8
dist/menus/logoff.mnu vendored Normal file
View File

@@ -0,0 +1,8 @@
ANSIFILE logoff
CLEARSCREEN
HOTKEY Y
COMMAND LOGOFF
HOTKEY N
COMMAND PREVMENU

60
dist/menus/mail.mnu vendored Normal file
View File

@@ -0,0 +1,60 @@
LUASCRIPT mailmenu
ANSIFILE mailmenu
HOTKEY !
COMMAND MAILSCAN
HOTKEY D
COMMAND READMAIL
HOTKEY P
COMMAND POSTMESSAGE
HOTKEY L
COMMAND LISTMESSAGES
HOTKEY C
COMMAND CHOOSEMAILCONF
HOTKEY A
COMMAND CHOOSEMAILAREA
HOTKEY Q
COMMAND PREVMENU
HOTKEY G
COMMAND SUBMENU
DATA logoff
HOTKEY E
COMMAND SENDEMAIL
HOTKEY R
COMMAND LISTEMAIL
HOTKEY }
COMMAND NEXTMAILCONF
HOTKEY {
COMMAND PREVMAILCONF
HOTKEY ]
COMMAND NEXTMAILAREA
HOTKEY [
COMMAND PREVMAILAREA
HOTKEY B
COMMAND BLUEWAVEDOWNLOAD
HOTKEY U
COMMAND BLUEWAVEUPLOAD
HOTKEY S
COMMAND SUBUNSUBCONF
HOTKEY Z
COMMAND RESETMSGPTRS
HOTKEY X
COMMAND RESETALLMSGPTRS

45
dist/menus/main.mnu vendored Normal file
View File

@@ -0,0 +1,45 @@
LUASCRIPT mainmenu
ANSIFILE mainmenu
HOTKEY O
COMMAND AUTOMESSAGE_WRITE
HOTKEY A
COMMAND TEXTFILES
HOTKEY C
COMMAND CHATSYSTEM
HOTKEY L
COMMAND BBSLIST
HOTKEY U
COMMAND LISTUSERS
HOTKEY B
COMMAND BULLETINS
HOTKEY 1
COMMAND LAST10CALLERS
HOTKEY D
COMMAND SUBMENU
DATA doors
HOTKEY M
COMMAND SUBMENU
DATA mail
HOTKEY T
COMMAND SUBMENU
DATA file
HOTKEY S
COMMAND SETTINGS
HOTKEY N
COMMAND SENDNODEMSG
HOTKEY G
COMMAND SUBMENU
DATA logoff

19
dist/scripts/doors.lua vendored Normal file
View File

@@ -0,0 +1,19 @@
function menu()
-- display menu ansi
bbs_write_string("\027[2J");
bbs_display_ansi("doors");
-- display prompt
bbs_write_string(string.format("\r\n\027[1;34m [\027[0;36mTime Left\027[1;37m %dm\027[34m]-> \027[0m", bbs_time_left()));
-- read char entered
cmd = bbs_read_char();
-- do stuff if you want
-- return the char entered
return cmd;
end

28
dist/scripts/filemenu.lua vendored Normal file
View File

@@ -0,0 +1,28 @@
function menu()
-- display menu ansi
bbs_write_string("\027[2J");
bbs_display_ansi("filemenu");
-- display prompt
local dir_no;
local dir_name;
local sub_no;
local sub_name;
dir_no, dir_name, sub_no, sub_name = bbs_cur_filearea_info();
bbs_write_string(string.format("\r\n\027[0m \027[0;36mDirectory: \027[1;34m(\027[1;37m%d\027[1;34m) \027[1;37m%-20s\027[0;36mSubdirectory: \027[1;34m(\027[1;37m%d\027[1;34m) \027[1;37m%-20s\r\n", dir_no, dir_name, sub_no, sub_name));
bbs_write_string(string.format("\r\n\027[1;34m [\027[0;36mTime Left\027[1;37m %dm\027[34m]-> \027[0m", bbs_time_left()));
-- read char entered
cmd = bbs_read_char();
-- do stuff if you want
-- return the char entered
return cmd;
end

91
dist/scripts/login_stanza.lua vendored Normal file
View File

@@ -0,0 +1,91 @@
local bulletin_path = "/home/andrew/MagickaBBS/ansis";
function file_exists(name)
local f=io.open(name,"r")
if f~=nil then io.close(f) return true else return false end
end
bbs_write_string("\r\n\r\nDo you want a quick login? (Y/N) : ");
local char = bbs_read_char();
local i = 0;
if char == "Y" or char == "y" then
return;
end
-- Display Bulletins
while(true) do
if file_exists(bulletin_path .. "/bulletin" .. string.format("%d", i) .. ".ans") then
bbs_display_ansi("bulletin" .. string.format("%d", i));
bbs_write_string("\027[0mPress any key to continue...\r\n");
bbs_read_char();
else
break;
end
i = i + 1;
end
-- Display Info
local bbsname;
local sysopname;
local systemname;
local machinename;
bbsname, sysopname, systemname, machinename = bbs_get_info();
bbs_write_string("\027[1;37mSystem Information\r\n");
bbs_write_string("\027[1;30m----------------------------------------------\r\n");
bbs_write_string("\027[1;32mBBS Name : \027[1;37m" .. bbsname .. "\r\n");
bbs_write_string("\027[1;32mSysOp Name : \027[1;37m" .. sysopname .. "\r\n");
bbs_write_string("\027[1;32mNode : \027[1;37m" .. string.format("%d", bbs_node()) .. "\r\n");
bbs_write_string("\027[1;32mBBS Version : \027[1;37m" .. bbs_version() .. "\r\n");
bbs_write_string("\027[1;32mSystem : \027[1;37m" .. systemname .. " (" .. machinename .. ")\r\n");
bbs_write_string("\027[1;30m----------------------------------------------\r\n");
bbs_write_string("\027[0mPress any key to continue...\r\n");
bbs_read_char();
-- Display Last 10 Callers
i = 0;
local user;
local location;
local ltime;
bbs_write_string("\r\n\027[1;37mLast 10 callers:\r\n");
bbs_write_string("\027[1;30m-------------------------------------------------------------------------------\r\n");
while (i < 10) do
user, location, ltime = bbs_read_last10(i);
if (user ~= nil) then
bbs_write_string(string.format("\027[1;37m%-16s \027[1;36m%-32s \027[1;32m%s\r\n", user, location, os.date("%H:%M %d-%m-%y" ,ltime)));
end
i = i + 1;
end
bbs_write_string("\027[1;30m-------------------------------------------------------------------------------\r\n");
bbs_write_string("\027[0mPress any key to continue...\r\n");
bbs_read_char();
-- Check email
local email = bbs_get_emailcount();
if (email > 0) then
bbs_write_string(string.format("\r\nYou have %d emails in your inbox\r\n", email));
else
bbs_write_string("\r\nYou have no email\r\n");
end
bbs_mail_scan();
bbs_file_scan();
-- Display Auto Message
bbs_display_automsg();
-- Done!

4
dist/scripts/logout_stanza.lua vendored Normal file
View File

@@ -0,0 +1,4 @@
function logout()
bbs_display_ansi("goodbye");
return 1;
end

40
dist/scripts/logout_stanza_bbsads.lua vendored Normal file
View File

@@ -0,0 +1,40 @@
-- To use this with Magicka, replace the logout_stanza.lua in your
-- MagickaBBS/scripts directory.
-- You could also git pull as a cronjob to grab the latest ansis say
-- once a week.
-- Requirements:
-- You will need an uptodate git version of Magicka for it to work.
function scandir(directory)
local i, t, popen = 0, {}, io.popen
local pfile = popen('find "'..directory..'" -maxdepth 1 -type f')
for filename in pfile:lines() do
if string.lower(string.sub(filename, -4)) == ".ans" then
i = i + 1
t[i] = filename
end
end
pfile:close()
return t
end
function logout()
-- Change this to your adverts directory...
local t = scandir("/home/andrew/bbs-ansi-adverts/adverts");
local rand = math.random(#t);
bbs_write_string("\027[2J");
bbs_display_ansi(t[rand]);
bbs_write_string("\027[0mPress any key to continue...");
bbs_read_char();
bbs_write_string("\027[2J");
bbs_display_ansi("goodbye");
os.execute("sleep 1");
return 1;
end

28
dist/scripts/mailmenu.lua vendored Normal file
View File

@@ -0,0 +1,28 @@
function menu()
-- display menu ansi
bbs_write_string("\027[2J");
bbs_display_ansi("mailmenu");
-- display prompt
local dir_no;
local dir_name;
local sub_no;
local sub_name;
dir_no, dir_name, sub_no, sub_name = bbs_cur_mailarea_info();
bbs_write_string(string.format("\r\n\027[0m \027[0;36mConference: \027[1;34m(\027[1;37m%d\027[1;34m) \027[1;37m%-20s\027[0;36mArea: \027[1;34m(\027[1;37m%d\027[1;34m) \027[1;37m%-20s\r\n", dir_no, dir_name, sub_no, sub_name));
bbs_write_string(string.format("\r\n\027[1;34m [\027[0;36mTime Left\027[1;37m %dm\027[34m]-> \027[0m", bbs_time_left()));
-- read char entered
cmd = bbs_read_char();
-- do stuff if you want
-- return the char entered
return cmd;
end

44
dist/scripts/mainmenu.lua vendored Normal file
View File

@@ -0,0 +1,44 @@
local function readLines(sPath)
local file = io.open(sPath, "r")
if file then
local tLines = {}
local sLine = file:read()
while sLine do
table.insert(tLines, sLine)
sLine = file:read()
end
file:close()
return tLines
end
return nil
end
function menu()
-- display menu ansi
bbs_write_string("\027[2J");
bbs_display_ansi("mainmenu");
-- display tagline
local tLines = readLines("scripts/taglines.txt");
local rand = math.random(#tLines);
bbs_write_string("\r\n\027[1;30m " .. tLines[rand] .. "\r\n");
-- display prompt
bbs_write_string(string.format("\r\n\027[1;34m [\027[0;36mTime Left\027[1;37m %dm\027[34m]-> \027[0m", bbs_time_left()));
-- read char entered
cmd = bbs_read_char();
-- do stuff if you want
-- return the char entered
return cmd;
end
math.randomseed(os.time());

367
dist/scripts/taglines.txt vendored Normal file
View File

@@ -0,0 +1,367 @@
Nothing is so smiple that it can't get screwed up.
If this were an actual tagline, it would be funny.
Unable to locate Coffee -- Operator Halted!
Press any key to continue or any other key to quit
We all live in a yellow subroutine.
On a clear disk you can seek forever
All wiyht. Rho sritched mg kegtops awound?
Back Up My Hard Drive? I Can't Find The Reverse Switch!
This tagline is umop apisdn
I don't NEED Robocomm! ... I'm up at 4:00 am
Remind me again how lucky I am to work here
Federal Law prohibits the removal of this tagline
Procrastination Day Has Been Postponed!
Uncontained entropy experiment gone crazy.......maybe.
Humpty Dumpty was pushed! Well, I saw it on X-Files....
Kill them all! .... Let God sort them out.
IBM = Institute of Black Magic
Taglines: the toilet-stall walls of BBSdom.
Talk is cheap -- supply exceeds demand!
Lye, Cheetham, and Steele: Attorneys at Law
A message from Dewey, Cheatham and Howe, PC
53.7% of all statistics are totally incorrect
Excuse my driving ... I'm trying to reload.
Armadillo: A mouse built to government specs.
Mason-Dixon Line n. Separates y'all from youse guys
The best way to accelerate a Mac is at -32.2 ft/s™.
PRESS To test. <click> RELEASE to detonate.
Remember when safe sex was not getting caught in the act?
Sir! Romulan Warbird decloakingò2šOÿ:þ­ãbœ— NO CARRIER
Basic Flying Rule #1: Keep the pointy end forward.
Sir! Jem'ha'dar warship approachin-- ^{+Kx NO CARRIER
Forget 0 to 60. It's 95 to 55 that counts!
Your E-mail has been returned due to insufficient voltage
Strip mining prevents forest fires.
The 4 major food groups: fast, frozen, junk, & spoiled.
(a) Fast, (b) Reliable, (c) Inexpensive - Pick Two.
OS/2 VirusScan - "Windows found: Remove it? [Y/y]"
The four snack groups: cakes, crunchies, frozen and sweets.
Sushi: known to the rest of the world as 'Bait'
Beware programmers carrying screwdrivers.
SHOCKING TRUTH: 50% of all people are below average....
...gnorw og... gnorw og... gnorw og nac gnihton
If you trade freedom for security, you get neither.
It it ain't broke, let me have a shot at it.
That which does not kill us strengthens us.
There are no answers, only cross-references.
If it ain't water-cooled... it's a terminal!
Arkansas figured out a way to get rid of Billy-Jeff.
!enilgat cinataS !eraweB æ
"La Quinta." Spanish for "Next to Denny's."
A penny saved is a Congressional oversight.
Optimist: A Yugo owner with a trailer hitch!
Engineers: often wrong, seldom in doubt.
I wish Noah had swatted those two mosquitoes.....
Save the whales.... Collect the entire set!
None of you exist. The sysop types it all in...
Whips & chains? Sorry, that's a hardware problem!
No viruses detected. Must be a pair of Nanites.
In plumbing, a straight flush is better than a full house
What's a 6.9? 69 interrupted by a period.
The backup's not over 'til the FAT table sings.
Are you a Klingon, or is that a turtle on your head?
No Purchase Required. Details in package.
Thesaurus: prehistoric reptile with a great vocabulary.
Mistress - something between a mister and a mattress.
One good turn gets all the blankets.
ASCII stupid question - get a stupid ANSI
Okay, I pulled the pin. Now what? Where are you going?
Stick em up! <BANG> Okay.... DON'T stick em' up!
He's dead Jim. Grab his tricorder. I'll get his wallet.
He does the work of 3 men.... Larry Moe & Curly.
Anything good is either illegal, immoral or fattening.
Catastrophe n. an award for the cat with the nicest buns
Light at end of tunnel temporarily out of order.
Sir! Romulan Warbird decloaking off th #%NO CARRIER
EBCDIC: Erase Backup Chew Disk Ignite Cards
Docs? Why look at the Docs? Nurses are better.
Tagline dispenser temporarily out of order.
I'm writing a book. I've got the page numbers done.
We're lost, yes.....but we're making good time.
How do they get Teflon to stick to the pans?
clap on (CLAP!CLAP!) clap off (CLAP!) ¾Ö¬ôÔÂùNO CARRIER
User: The hardest-to-setup PC peripheral you can buy.
Psychoceramics: The study of crackpots.
How do you know if you run out of invisible ink?
I'm not tense, just terribly A*L*E*R*T.
Limit Congress to 2 terms: one in office, one in jail!
Windows isn't crippleware: it's "Functionally Challenged"
Keyboard not found. Visualize "F1" to continue.
A KGB keyboard has no ESC key.
A problem can be found for almost every solution.
Golden Rule: He who has the gold makes the rules.
Can you repeat the part after 'Listen very carefully'?
Madness takes its toll. Please have exact change.
A seminar on Time Travel will be held 2 weeks ago....
The bold print giveth and the fine print taketh away.
Shh! Be vewy qwiet! I'm hunting wuntime ewwows!
"Ummm, trouble with grammar have I? Yes!" --Yoda
My other vehicle is a Galaxy Class Starship
WORK HARDER!... Millions on Welfare depend on YOU!
If all appears to go well, you missed something...
Don't be sexist! Chicks hate that.
"I never met a chocolate I didn't like." --Deanna Troi
Did you expect mere proof to sway my opinion?
Behind every good computer - is a jumble of wire.
You're so vain / I bet you think this tagline's about you
STICK \'stik\ n. 1: A somewhat nonfunctional boomerang.
Boss spelled backwards is "double SOB".
Why do we have training bras? What can we teach them?
Artificial intelligence is better than none.
A preposition is what you don't end a sentence with. Um.
Bureaucrats cut red tape--lengthwise.
"And we had to chisel taglines into the walls of the cave...."
It ain't over, but the fat lady is clearing her throat.
Air pollution is a mist demeanor.
Hah! If only BELL knew what I was doò2šþ­ãbœ— NO CARRIER
Ultimate office automation: networked coffee machines.
Software Independent: Won't work with ANY software.
I idiot-proof my programs, but along comes a bigger idiot.
Tonight's forecast: Dark, scattered light toward dawn.
Exxon - greasing the coastline for smoother boating!
I'm sure it's clearly explained in the Zmodem docs.
Don't sweat petty things, or pet sweaty things.
I used to have a handle on life, then it broke.
All animals are equal, some more than others.
Politics n. Poly "many" + ticks "blood sucking insects"
War is God's way of teaching us geography.
Make headlines! Use a corduroy pillow.
A paid up computer is, by definition, obsolete.
Mainframe: the biggest PC peripheral you can buy.
Multitasking: When you get the weekend chore list.
Perhaps this situation requires a more Klingon response.
I forget the dream, but I'm missing a pajama button...
This message written with recycled electrons.
Maybe I should cut the power before I-- ZZZAAPPOWWWWWW
Now on CD ROM, classic taglines of the computer era.
If worst comes to worst, you *CAN* turn most things off.
Repartee: An insult wearing a suit and tie.
Never judge a man by his taglines.
Why is the word abbreviation so long?
I'm NOT unemployed. ....I'm a consultant.
The flush toilet is the basis of western civilization.
Remember, to a computer 1 + 1 = 10.
And Homer saith unto them, "D'OH!" -- Bart 17:3
Man who fights with wife all day gets no piece at night.
He who takes credit for rain will be blamed for drought.
Diagonally parked in a parallel universe.
Groundwater. Do you mean crushed ice?
Reward for a job well done: more work.
What goes around usually picks up momentum!
PMS - Periodic Monster Syndrome
"Criminal Lawyer" is a redundancy.
And Adam asked, "What's a Headache?"
It's as easy as 3.14159265358979323846...
Working hard to become roadkill on the Infobahn.
Man, that lightning sounds closõ¯¨©~®Ô NO CARRIER
The only good MAC is a Big Mac.
Blessed are the censors; they shall inhibit the earth.
My computer NEVER locks u ¤Çé NO CARRIER
If it's Tourist Season, howcum we can't shoot 'em, Pa?
Who is General Failure, and why is he reading my disk?!
Been there, done that, got the T-shirt.
ETHERNET - A device for catching the ether bunny.
Monday is a hard way to spend 1/7 of your life.
sophisticated, adj. deprived of its native simplicity.
How come wrong numbers are never busy???
I'm heavily armed, easily bored, and off my medication.
Don't blame me, I voted Libertarian.
What does "File Allocation Table bad" mean?
All true wisdom is found on T-shirts. --And in taglines.
Desk: A very large wastebasket with drawers.
paranoia: believing this tagline is about you.
Only XT users know that January 1, 1980 was a Tuesday.
Shin n. device for finding furniture in the dark.
I'm a master of Kungfu, Tofu, Snafu...and plain foo.
I have a speech impediment ... my foot.
Never test for an error you don't know how to handle.
Why did CNN cancel that cool "Desert Storm" show?
Contraceptives: use 'em on all conceivable occasions.
Despite the high cost of living, it remains popular.
Tip: Never take a beer to a job interview.
A part of the 57% that -didn't- vote for Clinton. Twice.
Op'ti-mism n. 1. A Yugo with a trailer hitch
Press any key to continue. No, not THAT one!
Behind every great computer lies... a mess of wires!
I am Popeye of Borg. Prepare to be askimilgrated.
Overdrawn? No way! I still have checks left!
Photons have mass? I didn't know they were Catholic...
Trespassers will be shot, survivors will be shot again!
Answers: $1 æ Correct answers: $5 æ Dumb looks: Free! æ
Nobody ever forgets where he buried the hatchet.
Mind like a steel trap - rusted shut!
I used to have a life, now I have a modem.
Tinnn Rooooooooof! --Rusted!
AAAAA - American Association Against Acronym Abuse
ø” thŽÆk · HßV pRŸBlMsí m”RPH Lv‰S WTH Mí
Keep repeating: It's only four more years......
Ever notice we park in driveways and drive on parkways?
OPCODE: MWAG = Make Wild-Assed Guess
Profanity, the language of computer professionals
Who do you have to sleep with to get service around here?
Halloween is *not* Christmas, even though 31 oct = 25 dec
Pentium Myth #1: The computer only does what you tell it.
Gotta run, the cat's caught in the printer.
Socrates: "I drank WHAT?!"
Money is the Root of All Evil. For more info, send $10.
Tact is for weenies.
In Stereo where available. .elbaliava erehw oeretS nI
Midget soothsayer robs bank! Small medium at large....
Never share a foxhole with anyone braver than you are.
First Rule of Intelligent Tinkering - Save all parts
What's another word for Thesaurus?
"At last I'm organized," he sighed, and died.
Don't worry, I'm gong tŸ bckup tød…åí!&#~
I'm just here for moral support... please ignore the gun.
Have a (cute) electrician check your shorts.
This just in: Research causes cancer in rats!
Speed doesn't kill. Stopping very fast kills.
Adolescence - the time between puberty and adultery.
Objects in taglines are closer than they appear.
Do I straddle the fence on issues? Well, yes and no....
You could be reading the next message by now.
Hold on! Doesn't NT mean NinTendo ?
Basic programmers never die, they gosub and don't return
# of Vulcans needed to replace a bulb? Precisely 1.000
Veni, Vidi, Velcro. (I came, I saw, I stuck around)
Veni, Vidi, Visa. (I came, I saw, I charged it.)
Do unto others BEFORE they do unto YOU.
Energize! said Picard....and this pink bunny appeared...
I can keep a secret, it's the people I tell who can't.
Can bankers count? Eight windows and only four tellers?
Tweety of Borg: I tawt I attimilated a Puddy Tat!
I used up all my sick days, so I'm calling in dead.
Reality-ometer: [\........] Hmmph! Thought so...
How do they get the deer to cross at the signs?
Computers make very fast, very efficient mistakes.
My wife made me join a bridge club...I jump next week.
True Multitasking = 3 PCs and a chair with wheels!
I'm dangerous when I know what I'm doing.
*/ --Tribble with a lightsaber
ADVENTURE: The land between entertainment and panic.
Never draw fire, it irritates everyone around you.
Ethernet: A device to catch the Ether Bunny.
SYSOP (sih' sawp) n. The guy laughing at your typing.
"I'm sick! I ought to be home in bed with a nurse."
I got everything but the part after "Now listen closely."
Yes, you're right. Unfortunately, I don't really care.
Florida bumper sticker: DON'T SHOOT! I'M LOCAL!
Florida: when we say, "DUCK!", we don't mean Donald.
No way I'm going to use an offline reader! Well, okay.
We aren't surrounded. We're in a target-rich environment.
Be reasonable......do it my way.
Rate yourself as a programmer on a scale of 0 to F.
Cats remind us that not everything in Nature has purpose.
He who laughs last...had to have it explained.
Never check for an error you don't know how to handle.
As confused as a baby at a topless bar.
!edis gnorw eht morf siht ta gnikool era uoY
Life would be much easier if I had the source code.
Confidence is important; the computer can sense fear.
Sheesh! You start havin' fun, and they send the lawyers!
PCMCIA = People Can't Memorize Computer Industry Acronyms
Suicidal dyslexic jumps behind train - film at 11
"Heh, heh, 2400 baud connects suck!" -- V.bis & Baudhead
I don't have a solution, but I do admire the problem.
Mistress: halfway between a mister and a mattress.
Ensign Pillsbury? He's BREAD, Jim......
alnal nathrak uth vaas bethud dothiel dienve
Ensign Walnut approaches Dr. Crusher with caution....
Beware Romulans baring GIFs.
 My mind is not for rent / To any god or government 
My other computer runs the Enterprise.
Quark the Ferengi. Perot the Texan. Separated at birth?
Gender: ___ Male ___ Female _X_ Wraeththu
Who is John Galt?
Vanyel Ashkevon, Tylendel and Stefen, r.i.p.
Visit Scenic Melnibon‰
Think of it as evolution in action.
"I'd like to buy a schwa, Pat."
If you believe in telekinesis, please raise my hand.
 Lifting Shadows Off a Dream 
Have an adequate day.
Free the Bound Periodicals!
Never mind the star, get those camels off my lawn!
Do not make whisky in private, or water in public.
Do ministers do more than lay people?
Beer: So much more than a breakfast drink.
D‰j€ Moo: the feeling you have heard this bull before.
Don't be sexist. Broads hate that.
 Love is the dance of eternity 
DEL *.* How DARE you erase my tribbles!
You are now entering a School Free Drug Zone.
This is a School-Free Drug Zone.
A Crucifix? Oy vey, have YOU got the wrong vampire...
Those who live by the sword... kill those who don't.
5 billion years the earth takes to form, and we get THIS?
Two silkworms were having a race, but it ended in a tie.
So many books; So little time.
Farewell, friend. I was 1000 times more evil than thou.
IF numcooks > .maxcooks THEN;SET V broth = 'spoiled';END
Love me tender / love me sweet / push me out at 12,000 ft
White dwarf seeks red giant for binary relationship
Phone Farr: the Vulcan 900 number for phone sex
Eschew Obfuscation!
Four snack groups: frozen, crunchies, cakes and sweets.
Blesss usss and splassh us, taglinesss for my preciousss
Once again, Odo wins the Twister championship.
Peter Steele and Armand, vampire -- separated at birth?
 Look in the mirror, my friend.... 
On the other hand, you have different fingers.
/////////// POLICE TAGLINE - DO NOT CROSS \\\\\\\\\\\\\
Why yes, I -do- work for a unit of the Illuminati.
Number 6 of Borg - Why I resigned is irrelevant.
"Silence. Music's original alternative. Roots-grunge!"
Acid bath? You're soaking in it...
A man attempting to walk around the world DROWNED today..
Aibohphobia, n. -- the fear of palindromes.
Sorcerer parking only. Violators will be toad.
"She's dead, Jim. Still warm, though. Flip ya for her?"
"Bother," said Pooh, as he torched the forest.....
WOW!... Short runway...but look how WIDE it is!!!
!enilgat cinataS !eraweB æ
O_O O_O (_) --Mickey & Minnie meet Satan.
I'll have one brain on drugs with bacon, toast and juice.
Misspelled? Impossible. My modem is error correcting.
Squirt guns don't soak people, People soak people.
I am Drunk of Borg. Resistance is floor tile!
Hmmm, fence must still be down over at the funny farm....
MilliHelen: Amount of beauty needed to launch one ship.
Yea, I'm a pacifist. Wanna make somethin' of it, bub?
"It's Ensign Polo. He's thread, Jim!"
I'm! A! Graduate! Of! The! Bill! Shatner! Acting! School!
Have you seen Quasimodo? I had a hunch he was back.
Dijon vu: The feeling you've tasted this mustard before
Acid absorbs 10 times its weight in excess reality.
Life's essentials: H O C N Ca P Cl K S Na Mg
The Bagginses, they steals our taglines, precioussss ....
69, 714, 2112 Sex, drugs, rock'n'roll
Explosion at the Mint. Change in staff.
Justice is lost, Justice is raped, Justice is gone.
I'm NOT "white," I'm "melanin-challenged."
It's a cookbook! It's a cookbook!
You're so vain / I bet you think this tagline's about you
"Never repeat codes," said the telegrapher remorselessly.
"My arm!", said Captain Hook offhandedly.
9 out of 10 men who try camels prefer women.
Now it's dark.
He's dim, Jed.
We now return to your previously-scheduled topics.
Governments absorb 100x their weight in excess liberties.
A crucifix? Oy vey, have you got the wrong vampire!
...Jupiter, Uranus, Neptune, Pluto, Mickey, Goofey...
"Very funny, Scotty. Now beam up my clothes."
"Oh, Rick, you'll have to think for BOTH of us!"
"Bother," said Pooh, as he bounced off the Starfury.
LSD: Virtual Reality without all the fancy hardware
Copper wire was invented by lawyers arguing over a penny.
What happens when you get scared half to death.....twice?
BUFFERS=20 FILES=15 2nd down, 4th quarter, 5 yards to go!
Southern DOS: Y'all reckon? (Yep/Nope)
Math problems? Call 1-800-10x*(24y-3z^2)-(4y^2+10x^2)
He's not dead,he's electroencephalographically challenged
Hell is full. The damned are now in Tech Support.
I shook my family tree and a bunch of nuts fell out.
Now, witness the power of this fully OPERATIONAL tagline!
I before E except after C, huh? Weird.....
Stewardess trainee: "Where does THIS door gooooooooooooo...."

2
dist/www/401.tpl vendored Normal file
View File

@@ -0,0 +1,2 @@
<h1>401 - Not authorized</h1>
The page you are looking for can not be accessed.

2
dist/www/403.tpl vendored Normal file
View File

@@ -0,0 +1,2 @@
<h1>403 - Forbidden</h1>
The page you are looking for can not be accessed.

2
dist/www/404.tpl vendored Normal file
View File

@@ -0,0 +1,2 @@
<h1>404 - Page not found</h1>
The page you are looking for can not be found.

4
dist/www/footer.tpl vendored Normal file
View File

@@ -0,0 +1,4 @@
<hr />
<div class="footer">Powered By Magicka BBS</div>
</BODY>
</HTML>

20
dist/www/header.tpl vendored Normal file
View File

@@ -0,0 +1,20 @@
<HTML>
<HEAD>
<TITLE>Magicka BBS</TITLE>
<link rel="stylesheet" type="text/css" href="/static/style.css">
<meta charset="utf-8">
</HEAD>
<BODY>
<div class="header">
<img src="/static/header.png" alt="Magicka BBS" />
</div>
<div class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/last10/">Last 10 Callers</a></li>
<li><a href="/email/">Email</a></li>
<li><a href="/msgs/">Conferences</a></li>
</ul>
</div>
<hr />

3
dist/www/index.tpl vendored Normal file
View File

@@ -0,0 +1,3 @@
<h2>Welcome to another Magicka BBS!</h2>
The sysop should customize this file with what he/she wants on the front page!

1
dist/www/mime.types vendored Normal file
View File

@@ -0,0 +1 @@
image/png png

BIN
dist/www/static/delete.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

428
dist/www/static/fonts/LICENSE.TXT vendored Executable file
View File

@@ -0,0 +1,428 @@
Attribution-ShareAlike 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More_considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-ShareAlike 4.0 International Public
License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. BY-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution and ShareAlike.
h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
k. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
l. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
m. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. Additional offer from the Licensor -- Adapted Material.
Every recipient of Adapted Material from You
automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material
under the conditions of the Adapter's License You apply.
c. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
b. ShareAlike.
In addition to the conditions in Section 3(a), if You Share
Adapted Material You produce, the following conditions also apply.
1. The Adapter's License You apply must be a Creative Commons
license with the same License Elements, this version or
later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the
Adapter's License You apply. You may satisfy this condition
in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms
or conditions on, or apply any Effective Technological
Measures to, Adapted Material that restrict exercise of the
rights granted under the Adapter's License You apply.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.

View File

@@ -0,0 +1,807 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata></metadata>
<defs>
<font id="pxplus_ibm_vga8regular" horiz-adv-x="1024" >
<font-face units-per-em="2048" ascent="1536" descent="-512" />
<missing-glyph horiz-adv-x="500" />
<glyph />
<glyph />
<glyph unicode="&#xd;" d="M0 0v256h128v128h128v896h768v-384h-512v-768h-128v-128h-384zM512 1024h256v128h-256v-128z" />
<glyph d="M0 128v1024h128v-1024h-128zM128 0v128h768v-128h-768zM128 1152v128h768v-128h-768zM256 512v128h512v-128h-128v-128h-256v128h-128zM256 896v128h128v-128h-128zM640 896v128h128v-128h-128zM896 128v1024h128v-1024h-128z" />
<glyph d="M0 128v1024h128v128h768v-128h128v-1024h-128v-128h-768v128h-128zM256 512h128v-128h256v128h128v128h-512v-128zM256 896h128v128h-128v-128zM640 896h128v128h-128v-128z" />
<glyph d="M0 384v512h128v128h256v-128h128v128h256v-128h128v-512h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
<glyph d="M0 512v128h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
<glyph d="M0 384v384h256v256h128v128h256v-128h128v-256h256v-384h-384v384h-256v-384h-384zM256 0v128h128v256h256v-256h128v-128h-512z" />
<glyph d="M0 512v256h128v128h128v128h128v128h256v-128h128v-128h128v-128h128v-256h-128v-128h-256v-256h128v-128h-512v128h128v256h-256v128h-128z" />
<glyph d="M256 384v256h128v128h256v-128h128v-256h-128v-128h-256v128h-128z" />
<glyph d="M0 -512v2048h1024v-2048h-1024zM256 384h128v-128h256v128h128v256h-128v128h-256v-128h-128v-256z" />
<glyph unicode="&#x9;" d="M128 256v512h128v128h512v-128h128v-512h-128v-128h-512v128h-128zM256 384h128v-128h256v128h128v256h-128v128h-256v-128h-128v-256z" />
<glyph unicode="&#xa;" d="M0 -512v2048h1024v-2048h-1024zM128 256h128v-128h512v128h128v512h-128v128h-512v-128h-128v-512zM256 384v256h128v128h256v-128h128v-256h-128v-128h-256v128h-128z" />
<glyph d="M0 128v512h128v128h128v128h128v128h128v128h-128v128h512v-512h-128v256h-128v-128h-128v-128h128v-128h128v-512h-128v-128h-512v128h-128zM256 128h256v512h-256v-512z" />
<glyph d="M128 256v128h256v128h-128v128h-128v512h128v128h512v-128h128v-512h-128v-128h-128v-128h256v-128h-256v-256h-256v256h-256zM384 640h256v512h-256v-512z" />
<glyph d="M0 -128v384h128v1024h896v-1152h-128v-128h-256v384h128v512h-384v-896h-128v-128h-256zM384 1024h384v128h-384v-128z" />
<glyph d="M0 256v128h256v-128h-256zM0 512v128h256v128h128v384h256v-384h128v-128h256v-128h-256v-128h-128v-384h-256v384h-128v128h-256zM0 768v128h256v-128h-256zM384 512h256v128h-256v-128zM768 256v128h256v-128h-256zM768 768v128h256v-128h-256z" />
<glyph d="M0 0v1408h128v-128h128v-128h128v-128h128v-128h128v-128h256v-128h-256v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
<glyph d="M0 640v128h256v128h128v128h128v128h128v128h128v128h128v-1408h-128v128h-128v128h-128v128h-128v128h-128v128h-256z" />
<glyph d="M128 384v128h256v384h-256v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-384h256v-128h-128v-128h-128v-128h-256v128h-128v128h-128z" />
<glyph d="M128 0v256h256v-256h-256zM128 384v896h256v-896h-256zM640 0v256h256v-256h-256zM640 384v896h256v-896h-256z" />
<glyph d="M0 768v384h128v128h896v-1280h-256v1152h-128v-1152h-256v640h-256v128h-128zM256 768h128v384h-128v-384z" />
<glyph d="M0 0v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v256h128v128h128v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-256h-128v-128h-128v-128h128v-128h128v-128h-128v-128h-640v128h-128zM256 512h128 v-128h128v128h128v256h-128v128h-128v-128h-128v-256z" />
<glyph d="M0 0v512h896v-512h-896z" />
<glyph d="M128 0v128h256v128h-128v128h-128v128h256v384h-256v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-384h256v-128h-128v-128h-128v-128h256v-128h-768z" />
<glyph d="M128 896v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-896h-256v896h-256z" />
<glyph d="M128 256v128h256v896h256v-896h256v-128h-128v-128h-128v-128h-256v128h-128v128h-128z" />
<glyph d="M0 512v128h512v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256v128h128v128h-512z" />
<glyph d="M0 512v128h128v128h128v128h256v-128h-128v-128h512v-128h-512v-128h128v-128h-256v128h-128v128h-128z" />
<glyph d="M0 256v512h256v-384h640v-128h-896z" />
<glyph d="M0 512v128h128v128h128v128h128v-256h128v256h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v256h-128v-256h-128v128h-128v128h-128z" />
<glyph d="M0 128v256h128v256h128v256h128v128h128v-128h128v-256h128v-256h128v-256h-896z" />
<glyph d="M0 768v256h896v-256h-128v-256h-128v-256h-128v-128h-128v128h-128v256h-128v256h-128z" />
<glyph unicode=" " />
<glyph unicode="!" d="M256 768v384h128v128h256v-128h128v-384h-128v-384h-256v384h-128zM384 0v256h256v-256h-256z" />
<glyph unicode="&#x22;" d="M128 1024v384h256v-512h-128v128h-128zM640 896v512h256v-384h-128v-128h-128z" />
<glyph unicode="#" d="M0 256v128h128v384h-128v128h128v256h256v-256h128v256h256v-256h128v-128h-128v-384h128v-128h-128v-256h-256v256h-128v-256h-256v256h-128zM384 384h128v384h-128v-384z" />
<glyph unicode="$" d="M0 128v256h128v-128h128v-128h384v512h-512v128h-128v384h128v128h256v256h256v-256h128v-128h128v-256h-128v128h-128v128h-384v-384h512v-128h128v-512h-128v-128h-128v-256h-256v256h-256v128h-128z" />
<glyph unicode="%" d="M0 0v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v256h256v-256h-256zM640 0v256h256v-256h-256z" />
<glyph unicode="&#x26;" d="M0 128v512h128v128h128v128h-128v256h128v128h384v-128h128v-256h-128v-128h-128v-128h128v128h256v-128h-128v-512h128v-128h-256v128h-128v384h-128v128h-128v-512h256v-128h-384v128h-128zM384 896h128v256h-128v-256z" />
<glyph unicode="'" d="M128 896v128h128v384h256v-384h-128v-128h-256z" />
<glyph unicode="(" d="M256 256v768h128v128h128v128h256v-128h-128v-128h-128v-768h128v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode=")" d="M256 0v128h128v128h128v768h-128v128h-128v128h256v-128h128v-128h128v-768h-128v-128h-128v-128h-256z" />
<glyph unicode="*" d="M0 512v128h256v128h-128v128h256v-128h256v128h256v-128h-128v-128h256v-128h-256v-128h128v-128h-256v128h-256v-128h-256v128h128v128h-256z" />
<glyph unicode="+" d="M128 512v128h256v256h256v-256h256v-128h-256v-256h-256v256h-256z" />
<glyph unicode="," d="M256 0h128v384h256v-384h-128v-128h-256v128z" />
<glyph unicode="-" d="M0 512v128h896v-128h-896z" />
<glyph unicode="." d="M384 0v256h256v-256h-256z" />
<glyph unicode="/" d="M0 0v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
<glyph unicode="0" d="M0 256v768h128v128h128v128h384v-128h128v-128h128v-768h-128v-128h-128v-128h-384v128h-128v128h-128zM256 256h128v-128h128v128h128v768h-128v128h-128v-128h-128v-768zM384 512v256h128v-256h-128z" />
<glyph unicode="1" d="M128 0v128h256v768h-256v128h128v128h128v128h256v-1152h256v-128h-768z" />
<glyph unicode="2" d="M0 0v384h128v128h128v128h128v128h128v128h128v256h-384v-128h-256v128h128v128h640v-128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h256v-256h-896z" />
<glyph unicode="3" d="M0 128v128h256v-128h384v512h-384v128h384v384h-384v-128h-256v128h128v128h640v-128h128v-384h-128v-128h128v-512h-128v-128h-640v128h-128z" />
<glyph unicode="4" d="M0 512v256h128v128h128v128h128v128h128v128h256v-640h128v-128h-128v-384h128v-128h-512v128h128v384h-512zM256 640h256v256h-128v-128h-128v-128z" />
<glyph unicode="5" d="M0 128v128h256v-128h384v512h-640v640h896v-128h-640v-384h512v-128h128v-512h-128v-128h-640v128h-128z" />
<glyph unicode="6" d="M0 128v896h128v128h128v128h384v-128h-256v-128h-128v-256h512v-128h128v-512h-128v-128h-640v128h-128zM256 128h384v512h-384v-512z" />
<glyph unicode="7" d="M0 1024v256h896v-512h-128v-128h-128v-128h-128v-512h-256v512h128v128h128v128h128v384h-384v-128h-256z" />
<glyph unicode="8" d="M0 128v512h128v128h-128v384h128v128h640v-128h128v-384h-128v-128h128v-512h-128v-128h-640v128h-128zM256 128h384v512h-384v-512zM256 768h384v384h-384v-384z" />
<glyph unicode="9" d="M0 768v384h128v128h640v-128h128v-896h-128v-128h-128v-128h-512v128h384v128h128v384h-512v128h-128zM256 768h384v384h-384v-384z" />
<glyph unicode=":" d="M384 128v256h256v-256h-256zM384 768v256h256v-256h-256z" />
<glyph unicode=";" d="M256 0v128h128v256h256v-256h-128v-128h-256zM384 768v256h256v-256h-256z" />
<glyph unicode="&#x3c;" d="M128 512v128h128v128h128v128h128v128h128v128h256v-128h-128v-128h-128v-128h-128v-128h-128v-128h128v-128h128v-128h128v-128h128v-128h-256v128h-128v128h-128v128h-128v128h-128z" />
<glyph unicode="=" d="M128 384v128h768v-128h-768zM128 768v128h768v-128h-768z" />
<glyph unicode="&#x3e;" d="M128 0v128h128v128h128v128h128v128h128v128h-128v128h-128v128h-128v128h-128v128h256v-128h128v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="?" d="M0 896v256h128v128h640v-128h128v-256h-128v-128h-128v-384h-256v384h128v128h128v256h-384v-256h-256zM384 0v256h256v-256h-256z" />
<glyph unicode="@" d="M0 128v896h128v128h640v-128h128v-640h-128v-128h-384v512h256v256h-384v-896h512v-128h-640v128h-128z" />
<glyph unicode="A" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="B" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512zM384 768h256v384h-256v-384z" />
<glyph unicode="C" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-768h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128z" />
<glyph unicode="D" d="M0 0v128h128v1024h-128v128h640v-128h128v-128h128v-768h-128v-128h-128v-128h-640zM384 128h128v128h128v768h-128v128h-128v-1024z" />
<glyph unicode="E" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-896z" />
<glyph unicode="F" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h128v-128h-512z" />
<glyph unicode="G" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-768h128v-128h256v-128h-384v128h-128v128h-128zM384 512v128h512v-640h-128v128h-128v384h-256z" />
<glyph unicode="H" d="M0 0v1280h256v-512h384v512h256v-1280h-256v640h-384v-640h-256z" />
<glyph unicode="I" d="M256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-512z" />
<glyph unicode="J" d="M0 128v384h256v-384h256v1024h-128v128h512v-128h-128v-1024h-128v-128h-512v128h-128z" />
<glyph unicode="K" d="M0 0v128h128v1024h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-256h128v-128h128v-384h-256v384h-128v128h-128v-512h-384z" />
<glyph unicode="L" d="M0 0v128h128v1024h-128v128h512v-128h-128v-1024h256v128h128v128h128v-384h-896z" />
<glyph unicode="M" d="M0 0v1280h256v-128h128v-128h128v128h128v128h256v-1280h-256v768h-128v-128h-128v128h-128v-768h-256z" />
<glyph unicode="N" d="M0 0v1280h256v-128h128v-128h128v-128h128v384h256v-1280h-256v512h-128v128h-128v128h-128v-768h-256z" />
<glyph unicode="O" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v1024h-384v-1024z" />
<glyph unicode="P" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h-384v-512h128v-128h-512zM384 768h256v384h-256v-384z" />
<glyph unicode="Q" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-256h128v-128h-384v256h-384v128h-128zM256 128h128v256h128v-128h128v896h-384v-1024z" />
<glyph unicode="R" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-256h128v-512h-256v512h-128v128h-128v-640h-384zM384 768h256v384h-256v-384z" />
<glyph unicode="S" d="M0 128v256h256v-256h384v384h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-384h-128v-128h-640v128h-128z" />
<glyph unicode="T" d="M128 896v384h768v-384h-128v128h-128v-896h128v-128h-512v128h128v896h-128v-128h-128z" />
<glyph unicode="U" d="M0 128v1152h256v-1152h384v1152h256v-1152h-128v-128h-640v128h-128z" />
<glyph unicode="V" d="M0 384v896h256v-896h128v-128h128v128h128v896h256v-896h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
<glyph unicode="W" d="M0 128v1152h256v-896h128v384h128v-384h128v896h256v-1152h-128v-128h-256v256h-128v-256h-256v128h-128z" />
<glyph unicode="X" d="M0 0v256h128v256h128v256h-128v256h-128v256h256v-256h128v-128h128v128h128v256h256v-256h-128v-256h-128v-256h128v-256h128v-256h-256v256h-128v128h-128v-128h-128v-256h-256z" />
<glyph unicode="Y" d="M128 768v512h256v-512h256v512h256v-512h-128v-128h-128v-512h128v-128h-512v128h128v512h-128v128h-128z" />
<glyph unicode="Z" d="M0 0v384h128v128h128v128h128v128h128v128h128v256h-384v-128h-128v-128h-128v384h896v-384h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896z" />
<glyph unicode="[" d="M256 0v1280h512v-128h-256v-1024h256v-128h-512z" />
<glyph unicode="\" d="M0 768v384h128v-128h128v-128h128v-128h128v-128h128v-128h128v-128h128v-384h-128v128h-128v128h-128v128h-128v128h-128v128h-128v128h-128z" />
<glyph unicode="]" d="M256 0v128h256v1024h-256v128h512v-1280h-512z" />
<glyph unicode="^" d="M0 1024v128h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-128h-256v128h-128v128h-128v-128h-128v-128h-256z" />
<glyph unicode="_" d="M0 -128h1024v-128h-1024v128z" />
<glyph unicode="`" d="M256 1280v256h256v-256h128v-128h-256v128h-128z" />
<glyph unicode="a" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128z" />
<glyph unicode="b" d="M0 1152v128h384v-384h256v-128h128v-128h128v-512h-128v-128h-640v1152h-128zM384 128h256v512h-128v128h-128v-640z" />
<glyph unicode="c" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128z" />
<glyph unicode="d" d="M0 128v512h128v128h128v128h256v256h-128v128h384v-1152h128v-128h-256v128h-128v640h-128v-128h-128v-512h256v-128h-384v128h-128z" />
<glyph unicode="e" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128z" />
<glyph unicode="f" d="M0 0v128h128v512h-128v128h128v384h128v128h384v-128h128v-256h-128v128h-128v128h-128v-384h128v-128h-128v-512h128v-128h-512z" />
<glyph unicode="g" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128z" />
<glyph unicode="h" d="M0 0v128h128v1024h-128v128h384v-512h128v-128h-128v-640h-384zM512 768v128h256v-128h128v-768h-256v768h-128z" />
<glyph unicode="i" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-512zM384 1024v256h256v-256h-256z" />
<glyph unicode="j" d="M128 0h256v-256h256v1024h-128v128h384v-1152h-128v-128h-512v128h-128v256zM640 1024v256h256v-256h-256z" />
<glyph unicode="k" d="M0 0v128h128v1024h-128v128h384v-640h128v128h128v128h256v-128h-128v-128h-128v-256h128v-128h128v-256h-256v256h-128v128h-128v-384h-384z" />
<glyph unicode="l" d="M256 0v128h128v1024h-128v128h384v-1152h128v-128h-512z" />
<glyph unicode="m" d="M0 0v896h384v-128h128v128h256v-128h128v-768h-256v640h-128v-512h-128v512h-128v-640h-256z" />
<glyph unicode="n" d="M0 768v128h256v-128h128v-768h-256v768h-128zM384 768v128h384v-128h128v-768h-256v768h-256z" />
<glyph unicode="o" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v640h-384v-640z" />
<glyph unicode="p" d="M0 -256h128v1024h-128v128h256v-128h128v-640h256v640h-256v128h384v-128h128v-640h-128v-128h-384v-256h128v-128h-512v128z" />
<glyph unicode="q" d="M0 128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h128v-128h-512v128h128v256h-384v128h-128z" />
<glyph unicode="r" d="M0 0v128h128v640h-128v128h256v-128h128v128h384v-128h128v-256h-256v256h-128v-128h-128v-512h128v-128h-512z" />
<glyph unicode="s" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128z" />
<glyph unicode="t" d="M0 768v128h256v256h128v128h128v-384h256v-128h-256v-640h128v128h256v-128h-128v-128h-384v128h-128v640h-256z" />
<glyph unicode="u" d="M0 128v768h256v-768h256v-128h-384v128h-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="v" d="M128 256v640h256v-640h256v640h256v-640h-128v-128h-128v-128h-256v128h-128v128h-128z" />
<glyph unicode="w" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128z" />
<glyph unicode="x" d="M0 0v128h128v128h128v384h-128v128h-128v128h256v-128h128v-128h128v128h128v128h256v-128h-128v-128h-128v-384h128v-128h128v-128h-256v128h-128v128h-128v-128h-128v-128h-256z" />
<glyph unicode="y" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128z" />
<glyph unicode="z" d="M0 0v256h128v128h128v128h128v128h128v128h-256v-128h-256v256h896v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896z" />
<glyph unicode="{" d="M128 640v128h256v384h128v128h384v-128h-256v-384h-128v-128h128v-512h256v-128h-384v128h-128v512h-256z" />
<glyph unicode="|" d="M384 0v640h256v-640h-256zM384 768v512h256v-512h-256z" />
<glyph unicode="}" d="M128 0v128h256v512h128v128h-128v384h-256v128h384v-128h128v-384h256v-128h-256v-512h-128v-128h-384z" />
<glyph unicode="~" d="M0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
<glyph d="M0 128v512h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-512h-896zM256 256h384v384h-128v128h-128v-128h-128v-384z" />
<glyph unicode="&#xa0;" />
<glyph unicode="&#xa1;" d="M256 128v384h128v384h256v-384h128v-384h-128v-128h-256v128h-128zM384 1024v256h256v-256h-256z" />
<glyph unicode="&#xa2;" d="M128 384v640h128v128h128v256h256v-256h128v-128h128v-128h-256v128h-256v-640h256v128h256v-128h-128v-128h-128v-256h-256v256h-128v128h-128z" />
<glyph unicode="&#xa3;" d="M0 0v256h128v512h-128v128h128v384h128v128h384v-128h128v-256h-128v128h-128v128h-128v-384h128v-128h-128v-640h256v128h256v-128h-128v-128h-768z" />
<glyph unicode="&#xa4;" d="M0 0v128h128v128h-128v512h128v128h-128v128h256v-128h384v128h256v-128h-128v-128h128v-512h-128v-128h128v-128h-256v128h-384v-128h-256zM256 256h384v512h-384v-512z" />
<glyph unicode="&#xa5;" d="M128 384v128h256v128h-256v128h256v128h-128v128h-128v256h256v-256h256v256h256v-256h-128v-128h-128v-128h256v-128h-256v-128h256v-128h-256v-384h-256v384h-256z" />
<glyph unicode="&#xa6;" d="M384 0v640h256v-640h-256zM384 768v512h256v-512h-256z" />
<glyph unicode="&#xa7;" d="M0 0v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v256h128v128h128v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-256h-128v-128h-128v-128h128v-128h128v-128h-128v-128h-640v128h-128zM256 512h128 v-128h128v128h128v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#xa8;" d="M0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#xa9;" d="M0 256v896h128v-896h-128zM128 128v128h640v-128h-640zM128 1152v128h640v-128h-640zM256 512v384h128v-384h-128zM384 384v128h256v-128h-256zM384 896v128h256v-128h-256zM768 256v896h128v-896h-128z" />
<glyph unicode="&#xaa;" d="M128 640v128h768v-128h-768zM128 1024v256h128v128h512v-384h128v-128h-640v128h-128zM384 1024h128v256h-128v-256z" />
<glyph unicode="&#xab;" d="M0 512v128h128v128h128v128h256v-128h-128v-128h-128v-128h128v-128h128v-128h-256v128h-128v128h-128zM384 512v128h128v128h128v128h256v-128h-128v-128h-128v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#xac;" d="M0 640v128h896v-640h-256v512h-640z" />
<glyph unicode="&#xad;" d="M0 512v128h896v-128h-896z" />
<glyph unicode="&#xae;" d="M0 256v896h128v-896h-128zM128 128v128h640v-128h-640zM128 1152v128h640v-128h-640zM256 384v640h256v-128h-128v-128h128v-128h-128v-256h-128zM512 384v256h128v-256h-128zM512 768v128h128v-128h-128zM768 256v896h128v-896h-128z" />
<glyph unicode="&#xaf;" d="M0 1280v128h1024v-128h-1024z" />
<glyph unicode="&#xb0;" d="M128 1024v256h128v128h384v-128h128v-256h-128v-128h-384v128h-128zM384 1024h128v256h-128v-256z" />
<glyph unicode="&#xb1;" d="M0 0v128h1024v-128h-1024zM128 640v128h256v256h256v-256h256v-128h-256v-256h-256v256h-256z" />
<glyph unicode="&#xb2;" d="M0 640v256h128v128h128v128h128v128h-128v-128h-256v128h128v128h384v-128h128v-128h-128v-128h-128v-128h-128v-128h256v128h128v-256h-640z" />
<glyph unicode="&#xb3;" d="M0 640v128h384v256h-256v128h256v128h-384v128h512v-128h128v-128h-128v-128h128v-256h-128v-128h-512z" />
<glyph unicode="&#xb4;" d="M256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#xb5;" d="M0 0h128v1024h256v-640h256v640h256v-640h-128v-128h-384v-256h-128v-128h-256v128z" />
<glyph unicode="&#xb6;" d="M0 768v384h128v128h896v-1280h-256v1152h-128v-1152h-256v640h-256v128h-128zM256 768h128v384h-128v-384z" />
<glyph unicode="&#xb7;" d="M384 384v128h256v-128h-256z" />
<glyph unicode="&#xb8;" d="M128 -128h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128z" />
<glyph unicode="&#xb9;" d="M128 640v128h128v384h-128v128h128v128h256v-640h128v-128h-512z" />
<glyph unicode="&#xba;" d="M128 640v128h640v-128h-640zM128 1024v256h128v128h384v-128h128v-256h-128v-128h-384v128h-128zM384 1024h128v256h-128v-256z" />
<glyph unicode="&#xbb;" d="M0 256v128h128v128h128v128h-128v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256zM384 256v128h128v128h128v128h-128v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#xbc;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 0v128h128v128h128v128h128v128h256v-768h-256v256h-384z" />
<glyph unicode="&#xbd;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 -128h128v128h128v128h128v128h-256v128h384v-128h128v-128h-128v-128h-128v-128h256v-128 h-640v128z" />
<glyph unicode="&#xbe;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-128v128h128v128h-256v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384zM256 0v128h128v128 h128v128h128v128h256v-768h-256v256h-384zM512 128h128v128h-128v-128z" />
<glyph unicode="&#xbf;" d="M0 128v384h128v128h128v256h256v-256h-128v-128h-128v-384h384v256h256v-256h-128v-128h-640v128h-128zM256 1024v256h256v-256h-256z" />
<glyph unicode="&#xc0;" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 640h384v256h-128v128h-128v-128h-128v-256zM512 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#xc1;" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM0 1280v128h128v128h256v-128h-128v-128h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#xc2;" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM0 1280v128h128v128h640v-128h128v-128h-256v128h-384v-128h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#xc3;" d="M0 0v768h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-768h-256v384h-384v-384h-256zM0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 512h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#xc4;" d="M0 0v768h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-768h-256v384h-384v-384h-256zM0 1280v128h256v-128h-256zM256 512h384v256h-128v128h-128v-128h-128v-256zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#xc5;" d="M0 0v768h128v128h128v128h384v-128h128v-128h128v-768h-256v384h-384v-384h-256zM128 1280v128h128v128h384v-128h128v-128h-128v-128h-384v128h-128zM256 512h384v256h-128v128h-128v-128h-128v-256zM384 1280h128v128h-128v-128z" />
<glyph unicode="&#xc6;" d="M0 0v1024h128v128h128v128h640v-128h-128v-384h128v-128h-128v-512h128v-128h-384v640h-256v-640h-256zM256 768h256v384h-128v-128h-128v-256z" />
<glyph unicode="&#xc7;" d="M0 384v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-256h128v-128h-128v-128h-640v128h512v128h-128v128h-256v128h-128v128h-128z" />
<glyph unicode="&#xc8;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#xc9;" d="M0 0v128h128v768h-128v128h896v-256h-256v128h-256v-256h384v-128h-384v-384h256v128h256v-256h-896zM128 1152v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#xca;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#xcb;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#xcc;" d="M256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#xcd;" d="M256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#xce;" d="M128 1280v128h128v128h512v-128h128v-128h-256v128h-256v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512z" />
<glyph unicode="&#xcf;" d="M128 1280v128h256v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#xd0;" d="M0 0v128h128v512h-128v128h128v384h-128v128h640v-128h128v-128h128v-768h-128v-128h-128v-128h-640zM384 128h128v128h128v768h-128v128h-128v-384h128v-128h-128v-512z" />
<glyph unicode="&#xd1;" d="M0 0v1152h256v-128h128v-128h128v-128h128v384h256v-1152h-256v384h-128v128h-128v128h-128v-640h-256zM0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
<glyph unicode="&#xd2;" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM256 128h384v896h-384v-896zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#xd3;" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM256 128h384v896h-384v-896zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#xd4;" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256zM256 128h384v896h-384v-896z" />
<glyph unicode="&#xd5;" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 128h384v896h-384v-896z" />
<glyph unicode="&#xd6;" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM0 1280v128h256v-128h-256zM256 128h384v896h-384v-896zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#xd7;" d="M0 128v128h128v128h128v256h-128v128h-128v128h256v-128h128v-128h128v128h128v128h256v-128h-128v-128h-128v-256h128v-128h128v-128h-256v128h-128v128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#xd8;" d="M0 128v1024h128v128h512v128h128v-256h128v-1024h-128v-128h-512v-128h-128v256h-128zM256 384h128v-256h256v768h-128v256h-256v-768zM384 384v512h128v-512h-128z" />
<glyph unicode="&#xd9;" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#xda;" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#xdb;" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#xdc;" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#xdd;" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#xde;" d="M0 0v128h128v1024h-128v128h512v-128h-128v-128h384v-128h128v-512h-128v-128h-384v-128h128v-128h-512zM384 384h256v512h-256v-512z" />
<glyph unicode="&#xdf;" d="M0 0v1152h128v128h512v-128h128v-384h-128v-128h128v-128h128v-384h-128v-128h-256v128h128v384h-128v128h-128v128h128v384h-256v-1152h-256z" />
<glyph unicode="&#xe0;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#xe1;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#xe2;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#xe3;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
<glyph unicode="&#xe4;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM0 1152v128h256v-128h-256zM512 1152v128h256v-128h-256z" />
<glyph unicode="&#xe5;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1152v128h128v128h384v-128h128v-128h-128v-128h-384v128h-128zM384 1152h128v128h-128v-128z" />
<glyph unicode="&#xe6;" d="M0 128v256h128v128h128v128h-128v128h-128v128h256v-128h256v-256h128v256h-128v128h256v-128h128v-384h-256v-256h256v-128h-384v128h-128v256h-128v-256h128v-128h-256v128h-128z" />
<glyph unicode="&#xe7;" d="M128 384v512h128v128h512v-128h128v-128h-256v128h-256v-512h256v128h256v-128h-128v-256h128v-128h-128v-128h-512v128h384v128h-128v128h-256v128h-128z" />
<glyph unicode="&#xe8;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM256 640h384v128h-384v-128z" />
<glyph unicode="&#xe9;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#xea;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256zM256 640h384v128h-384v-128z" />
<glyph unicode="&#xeb;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM0 1152v128h256v-128h-256zM256 640h384v128h-384v-128zM640 1152v128h256v-128h-256z" />
<glyph unicode="&#xec;" d="M128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
<glyph unicode="&#xed;" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-512zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#xee;" d="M128 1024v128h128v128h128v128h256v-128h128v-128h128v-128h-256v128h-256v-128h-256zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
<glyph unicode="&#xef;" d="M128 1152v128h256v-128h-256zM256 0v128h128v640h-128v128h384v-768h128v-128h-512zM640 1152v128h256v-128h-256z" />
<glyph unicode="&#xf0;" d="M128 128v512h128v128h384v128h-128v128h-128v128h-128v128h256v-128h128v-128h128v-128h128v-768h-128v-128h-512v128h-128zM256 896v128h128v-128h-128zM384 128h256v512h-256v-512zM640 1152v128h128v-128h-128z" />
<glyph unicode="&#xf1;" d="M0 768v128h256v-128h128v-768h-256v768h-128zM0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM384 768v128h384v-128h128v-768h-256v768h-256z" />
<glyph unicode="&#xf2;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM256 128h384v640h-384v-640z" />
<glyph unicode="&#xf3;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM256 128h384v640h-384v-640z" />
<glyph unicode="&#xf4;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256zM256 128h384v640h-384v-640z" />
<glyph unicode="&#xf5;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 128h384v640h-384v-640z" />
<glyph unicode="&#xf6;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM0 1152v128h256v-128h-256zM256 128h384v640h-384v-640zM640 1152v128h256v-128h-256z" />
<glyph unicode="&#xf7;" d="M128 512v128h768v-128h-768zM384 128v256h256v-256h-256zM384 768v256h256v-256h-256z" />
<glyph unicode="&#xf8;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v384h-128v-128h-128v-128h-128v-128zM256 512h128v128h128v128h-256v-256z" />
<glyph unicode="&#xf9;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#xfa;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#xfb;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1024v128h128v128h128v128h256v-128h128v-128h128v-128h-256v128h-256v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#xfc;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1152v128h256v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128zM512 1152v128h256v-128h-256z" />
<glyph unicode="&#xfd;" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#xfe;" d="M0 -256h128v1408h-128v128h384v-384h384v-128h128v-640h-128v-128h-384v-256h128v-128h-512v128zM384 128h256v640h-256v-640z" />
<glyph unicode="&#xff;" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-512v128h384v128h128v128h-512v128h-128zM0 1152v128h256v-128h-256zM640 1152v128h256v-128h-256z" />
<glyph unicode="&#x100;" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM128 1408v128h640v-128h-640zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#x101;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1152v128h640v-128h-640z" />
<glyph unicode="&#x102;" d="M0 0v768h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-768h-256v384h-384v-384h-256zM0 1408v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM256 512h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#x103;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
<glyph unicode="&#x104;" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 -128h128v128h256v-128h-128v-128h384v-128h-512v128h-128v128zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#x105;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-256v128h-128z" />
<glyph unicode="&#x106;" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x107;" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x108;" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128zM256 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x109;" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x10a;" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128zM384 1280v256h256v-256h-256z" />
<glyph unicode="&#x10b;" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128zM384 1024v256h256v-256h-256z" />
<glyph unicode="&#x10c;" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128zM128 1408v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128z" />
<glyph unicode="&#x10d;" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x10e;" d="M0 0v128h128v896h-128v128h640v-128h128v-128h128v-640h-128v-128h-128v-128h-640zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128zM384 128h128v128h128v640h-128v128h-128v-896z" />
<glyph unicode="&#x10f;" d="M0 128v384h128v128h128v128h256v256h-128v128h384v-1024h128v-128h-256v128h-128v512h-128v-128h-128v-384h256v-128h-384v128h-128zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x110;" d="M0 0v128h128v512h-128v128h128v384h-128v128h640v-128h128v-128h128v-768h-128v-128h-128v-128h-640zM384 128h128v128h128v768h-128v128h-128v-384h128v-128h-128v-512z" />
<glyph unicode="&#x111;" d="M0 128v384h128v128h128v128h256v128h-384v128h384v256h256v-256h128v-128h-128v-768h128v-128h-256v128h-128v512h-128v-128h-128v-384h256v-128h-384v128h-128z" />
<glyph unicode="&#x112;" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-896zM128 1408v128h640v-128h-640z" />
<glyph unicode="&#x113;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1152v128h640v-128h-640zM256 640h384v128h-384v-128z" />
<glyph unicode="&#x114;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM0 1408v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
<glyph unicode="&#x115;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128z" />
<glyph unicode="&#x116;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM384 1280v256h256v-256h-256z" />
<glyph unicode="&#x117;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128zM384 1024v256h256v-256h-256z" />
<glyph unicode="&#x118;" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-256v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-384z" />
<glyph unicode="&#x119;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-256v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-128v128h-128zM256 640h384v128h-384v-128z" />
<glyph unicode="&#x11a;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x11b;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1152v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128zM256 640h384v128h-384v-128z" />
<glyph unicode="&#x11c;" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v-128h-384v128h-128v128h-128zM256 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256zM384 384v128h512v-512h-128v128h-128v256h-256z" />
<glyph unicode="&#x11d;" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x11e;" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v-128h-384v128h-128v128h-128zM128 1408v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128zM384 384v128h512v-512h-128v128h-128v256h-256z" />
<glyph unicode="&#x11f;" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
<glyph unicode="&#x120;" d="M0 256v640h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-640h128v-128h256v-128h-384v128h-128v128h-128zM384 384v128h512v-512h-128v128h-128v256h-256zM384 1280v256h256v-256h-256z" />
<glyph unicode="&#x121;" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128zM384 1024v256h256v-256h-256z" />
<glyph unicode="&#x122;" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-768h128v-128h256v-256h128v-128h-128v-128h-512v128h384v128h-128v128h-128v128h-128v128h-128zM384 512v128h512v-640h-128v128h-128v384h-256z" />
<glyph unicode="&#x123;" d="M0 -128h256v-128h256v256h-384v128h-128v640h128v128h384v-128h-256v-640h256v640h128v128h256v-128h-128v-1024h-128v-128h-512v128h-128v128zM256 1152v128h128v128h512v-128h-384v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#x124;" d="M0 0v1152h256v-512h384v512h256v-1152h-256v512h-384v-512h-256zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x125;" d="M0 0v128h128v896h-128v128h384v-512h128v-128h-128v-512h-384zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256zM512 640v128h256v-128h128v-640h-256v640h-128z" />
<glyph unicode="&#x126;" d="M0 896v128h128v256h256v-256h256v256h256v-256h128v-128h-128v-896h-256v640h-256v-640h-256v896h-128zM384 768h256v128h-256v-128z" />
<glyph unicode="&#x127;" d="M0 0v128h128v768h-128v128h128v128h-128v128h384v-256h256v-128h-256v-256h128v-128h-128v-512h-384zM512 640v128h256v-128h128v-640h-256v640h-128z" />
<glyph unicode="&#x128;" d="M0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512z" />
<glyph unicode="&#x129;" d="M0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
<glyph unicode="&#x12a;" d="M128 1408v128h768v-128h-768zM256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-512z" />
<glyph unicode="&#x12b;" d="M128 1152v128h640v-128h-640zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
<glyph unicode="&#x12c;" d="M128 1408v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512z" />
<glyph unicode="&#x12d;" d="M128 1152v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128zM256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
<glyph unicode="&#x12e;" d="M256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-128z" />
<glyph unicode="&#x12f;" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-128zM384 1024v256h256v-256h-256z" />
<glyph unicode="&#x130;" d="M256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM384 1280v256h256v-256h-256z" />
<glyph unicode="&#x131;" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-512z" />
<glyph unicode="&#x132;" d="M0 0v1280h256v-1280h-256zM384 128v384h128v-384h-128zM512 0v128h128v1024h-128v128h384v-1152h-128v-128h-256z" />
<glyph unicode="&#x133;" d="M0 0v896h256v-896h-256zM0 1024v256h256v-256h-256zM256 0h256v-256h128v1024h-128v128h384v-1152h-128v-128h-384v128h-128v256zM640 1024v256h256v-256h-256z" />
<glyph unicode="&#x134;" d="M0 128v256h256v-256h256v896h-128v128h512v-128h-128v-896h-128v-128h-512v128h-128zM256 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x135;" d="M0 0h256v-256h256v1024h-128v128h384v-1152h-128v-128h-512v128h-128v256zM256 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x136;" d="M0 0v128h128v1024h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-256h128v-128h128v-384h-256v384h-128v128h-128v-512h-384zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128z" />
<glyph unicode="&#x137;" d="M0 0v128h128v1024h-128v128h384v-640h128v128h128v128h256v-128h-128v-128h-128v-256h128v-128h128v-256h-256v256h-128v128h-128v-384h-384zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128z" />
<glyph unicode="&#x138;" d="M0 0v128h128v640h-128v128h384v-384h128v128h128v256h256v-256h-128v-128h-128v-128h128v-128h128v-256h-256v256h-128v128h-128v-384h-384z" />
<glyph unicode="&#x139;" d="M0 0v128h128v1024h-128v128h512v-128h-128v-1024h256v128h128v128h128v-384h-896zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x13a;" d="M0 0v128h128v1024h-128v128h384v-1152h128v-128h-512zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x13b;" d="M0 0v128h128v1024h-128v128h512v-128h-128v-1024h256v128h128v128h128v-384h-256v-128h128v-128h-128v-128h-512v128h384v128h-128v128h-384z" />
<glyph unicode="&#x13c;" d="M128 -256h384v128h-128v128h-128v128h128v1024h-128v128h384v-1152h128v-128h-128v-128h128v-128h-128v-128h-512v128z" />
<glyph unicode="&#x13d;" d="M0 0v128h128v1024h-128v128h384v-1152h256v128h128v128h128v-384h-896zM384 1280v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x13e;" d="M0 0v128h128v1024h-128v128h384v-1152h128v-128h-512zM384 1280v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x13f;" d="M0 0v128h128v1024h-128v128h512v-128h-128v-1024h256v128h128v128h128v-384h-896zM640 640v256h256v-256h-256z" />
<glyph unicode="&#x140;" d="M128 0v128h128v1024h-128v128h384v-1152h128v-128h-512zM640 512v256h256v-256h-256z" />
<glyph unicode="&#x141;" d="M0 0v128h128v256h-128v256h128v512h-128v128h512v-128h-128v-256h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-512h256v128h128v128h128v-384h-896z" />
<glyph unicode="&#x142;" d="M128 256v256h128v128h128v512h-128v128h384v-256h128v128h128v-256h-128v-128h-128v-640h128v-128h-512v128h128v256h-128v-128h-128z" />
<glyph unicode="&#x143;" d="M0 0v1152h256v-128h128v-128h128v-128h128v384h256v-1152h-256v384h-128v128h-128v128h-128v-640h-256zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x144;" d="M0 768v128h256v-128h128v-768h-256v768h-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM384 768v128h384v-128h128v-768h-256v768h-256z" />
<glyph unicode="&#x145;" d="M0 0v1280h256v-128h128v-128h128v-128h128v384h256v-1280h-256v512h-128v128h-128v128h-128v-768h-256zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128z" />
<glyph unicode="&#x146;" d="M0 768v128h256v-128h128v-768h-256v768h-128zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128zM384 768v128h384v-128h128v-768h-256v768h-256z" />
<glyph unicode="&#x147;" d="M0 0v1152h256v-128h128v-128h128v-128h128v384h256v-1152h-256v384h-128v128h-128v128h-128v-640h-256zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x148;" d="M0 768v128h256v-128h128v-768h-256v768h-128zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128zM384 768v128h384v-128h128v-768h-256v768h-256z" />
<glyph unicode="&#x149;" d="M0 768v128h256v-128h128v-768h-256v768h-128zM0 1024v128h128v384h256v-384h-128v-128h-256zM384 768v128h384v-128h128v-768h-256v768h-256z" />
<glyph unicode="&#x14a;" d="M0 0v1280h256v-128h128v-128h128v-128h128v384h256v-1536h-128v-128h-384v128h256v768h-128v128h-128v128h-128v-768h-256z" />
<glyph unicode="&#x14b;" d="M0 768v128h256v-128h128v-768h-256v768h-128zM384 -256h256v1024h-256v128h384v-128h128v-1024h-128v-128h-384v128z" />
<glyph unicode="&#x14c;" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM128 1408v128h640v-128h-640zM256 128h384v1024h-384v-1024z" />
<glyph unicode="&#x14d;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1152v128h640v-128h-640zM256 128h384v640h-384v-640z" />
<glyph unicode="&#x14e;" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM0 1408v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM256 128h384v896h-384v-896z" />
<glyph unicode="&#x14f;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM256 128h384v640h-384v-640z" />
<glyph unicode="&#x150;" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM128 1280v128h128v128h256v-128h-128v-128h-256zM256 128h384v896h-384v-896zM512 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x151;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1024v128h128v128h256v-128h-128v-128h-256zM256 128h384v640h-384v-640zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x152;" d="M0 128v1024h128v128h768v-128h-128v-384h128v-128h-128v-512h128v-128h-768v128h-128zM256 128h256v1024h-256v-1024z" />
<glyph unicode="&#x153;" d="M0 128v640h128v128h256v-128h-128v-640h128v-128h-256v128h-128zM384 128v640h128v-256h128v256h-128v128h256v-128h128v-384h-256v-256h256v-128h-384v128h-128z" />
<glyph unicode="&#x154;" d="M0 0v128h128v896h-128v128h768v-128h128v-384h-128v-256h128v-384h-256v384h-128v128h-128v-512h-384zM256 1280v128h128v128h256v-128h-128v-128h-256zM384 640h256v384h-256v-384z" />
<glyph unicode="&#x155;" d="M0 0v128h128v640h-128v128h256v-128h128v128h384v-128h128v-256h-256v256h-128v-128h-128v-512h128v-128h-512zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x156;" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-256h128v-512h-256v512h-128v128h-128v-640h-384zM128 -256h384v128h-128v128h256v-128h128v-128h-128v-128h-512v128zM384 768h256v384h-256v-384z" />
<glyph unicode="&#x157;" d="M0 0v128h128v640h-128v128h256v-128h128v128h384v-128h128v-256h-256v256h-128v-128h-128v-512h128v-128h128v-128h128v-128h-128v-128h-512v128h384v128h-128v128h-384z" />
<glyph unicode="&#x158;" d="M0 0v128h128v896h-128v128h768v-128h128v-384h-128v-256h128v-384h-256v384h-128v128h-128v-512h-384zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128zM384 640h256v384h-256v-384z" />
<glyph unicode="&#x159;" d="M0 0v128h128v640h-128v128h256v-128h128v128h384v-128h128v-256h-256v256h-128v-128h-128v-512h128v-128h-512zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x15a;" d="M0 128v256h256v-256h384v256h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-256h-128v-128h-640v128h-128zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x15b;" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128zM384 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x15c;" d="M0 128v256h256v-256h384v256h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-256h-128v-128h-640v128h-128zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x15d;" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z " />
<glyph unicode="&#x15e;" d="M0 128v256h256v-256h384v384h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-384h-128v-128h-128v-128h128v-128h-128v-128h-512v128h384v128h-128v128h-256v128h-128z" />
<glyph unicode="&#x15f;" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-128v-128h128v-128h-128v-128h-512v128h384v128h-128v128h-256v128h-128z" />
<glyph unicode="&#x160;" d="M0 128v128h256v-128h384v256h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-128h-256v128h-384v-256h128v-128h256v-128h128v-128h128v-256h-128v-128h-640v128h-128zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x161;" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x162;" d="M128 -256h384v128h-128v128h-128v128h128v896h-128v-128h-128v384h768v-384h-128v128h-128v-896h128v-128h-128v-128h128v-128h-128v-128h-512v128z" />
<glyph unicode="&#x163;" d="M0 768v128h256v256h128v128h128v-384h256v-128h-256v-640h128v128h256v-128h-128v-128h-128v-128h128v-128h-128v-128h-512v128h384v128h-128v256h-128v640h-256z" />
<glyph unicode="&#x164;" d="M128 768v384h768v-384h-128v128h-128v-768h128v-128h-512v128h128v768h-128v-128h-128zM128 1408v128h256v-128h256v128h256v-128h-128v-128h-512v128h-128z" />
<glyph unicode="&#x165;" d="M0 640v128h256v256h128v128h128v-384h256v-128h-256v-512h128v128h256v-128h-128v-128h-384v128h-128v512h-256zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x166;" d="M128 512v128h256v384h-128v-128h-128v384h768v-384h-128v128h-128v-384h256v-128h-256v-384h128v-128h-512v128h128v384h-256z" />
<glyph unicode="&#x167;" d="M0 512v128h256v128h-256v128h256v256h128v128h128v-384h256v-128h-256v-128h256v-128h-256v-384h128v128h256v-128h-128v-128h-384v128h-128v384h-256z" />
<glyph unicode="&#x168;" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM0 1280v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
<glyph unicode="&#x169;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1024v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#x16a;" d="M0 128v1152h256v-1152h384v1152h256v-1152h-128v-128h-640v128h-128zM0 1408v128h896v-128h-896z" />
<glyph unicode="&#x16b;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1152v128h768v-128h-768zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#x16c;" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM0 1408v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
<glyph unicode="&#x16d;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1152v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#x16e;" d="M0 128v896h256v-896h384v896h256v-896h-128v-128h-640v128h-128zM128 1280v128h128v128h384v-128h128v-128h-128v-128h-384v128h-128zM384 1280h128v128h-128v-128z" />
<glyph unicode="&#x16f;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM0 1152v128h128v128h512v-128h128v-128h-128v-128h-512v128h-128zM256 1152h256v128h-256v-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#x170;" d="M0 128v1024h256v-1024h384v1024h256v-1024h-128v-128h-640v128h-128zM128 1280v128h128v128h256v-128h-128v-128h-256zM512 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x171;" d="M0 128v768h256v-768h256v-128h-384v128h-128zM128 1024v128h128v128h256v-128h-128v-128h-256zM512 128v768h256v-768h128v-128h-256v128h-128zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x172;" d="M0 128v1152h256v-1152h384v1152h256v-1152h-128v-128h-128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-256v128h-128z" />
<glyph unicode="&#x173;" d="M0 128v768h256v-768h256v-128h128v-128h-128v-128h384v-128h-512v128h-128v128h128v128h-256v128h-128zM512 128v768h256v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#x174;" d="M0 128v1024h256v-768h128v384h128v-384h128v768h256v-1024h-128v-128h-256v256h-128v-256h-256v128h-128zM128 1280v128h128v128h384v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x175;" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x176;" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM128 1280v128h128v128h512v-128h128v-128h-256v128h-256v-128h-256z" />
<glyph unicode="&#x177;" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128zM128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x178;" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM128 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#x179;" d="M0 0v384h128v128h128v128h128v128h128v128h128v128h-384v-128h-128v-128h-128v384h896v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x17a;" d="M0 0v256h128v128h128v128h128v128h128v128h-256v-128h-256v256h896v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x17b;" d="M0 0v384h128v128h128v128h128v128h128v128h128v128h-384v-128h-128v-128h-128v384h896v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896zM384 1280v256h256v-256h-256z" />
<glyph unicode="&#x17c;" d="M0 0v256h128v128h128v128h128v128h128v128h-256v-128h-256v256h896v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896zM384 1024v256h256v-256h-256z" />
<glyph unicode="&#x17d;" d="M0 0v384h128v128h128v128h128v128h128v128h128v128h-384v-128h-128v-128h-128v384h896v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x17e;" d="M0 0v256h128v128h128v128h128v128h128v128h-256v-128h-256v256h896v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x17f;" d="M128 0v128h128v1024h128v128h384v-128h128v-256h-128v128h-128v128h-128v-1024h128v-128h-512z" />
<glyph unicode="&#x192;" d="M0 0h256v-128h128v768h-256v128h256v512h128v128h384v-128h128v-128h-256v128h-128v-512h256v-128h-256v-768h-128v-128h-384v128h-128v128z" />
<glyph unicode="&#x1a1;" d="M0 128v640h128v128h768v-128h-256v-640h-128v-128h-384v128h-128zM256 128h128v640h-128v-640z" />
<glyph unicode="&#x1b7;" d="M0 128v128h256v-128h384v512h-384v128h128v128h128v128h128v128h-384v-128h-256v256h896v-256h-128v-128h-128v-128h128v-128h128v-512h-128v-128h-640v128h-128z" />
<glyph unicode="&#x1fa;" d="M0 0v768h128v128h128v128h384v-128h128v-128h128v-768h-256v384h-384v-384h-256zM128 1280v128h128v128h384v-128h128v-128h-128v-128h-384v128h-128zM256 512h384v256h-128v128h-128v-128h-128v-256zM384 1280h128v128h-128v-128zM768 1408v128h128v-128h-128z" />
<glyph unicode="&#x1fb;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128zM128 1152v128h128v128h256v128h256v-128h-128v-128h128v-128h-128v-128h-384v128h-128zM384 1152h128v128h-128v-128z" />
<glyph unicode="&#x1fc;" d="M0 0v896h128v128h128v128h640v-128h-128v-384h128v-128h-128v-384h128v-128h-384v512h-256v-512h-256zM256 640h256v384h-128v-128h-128v-256zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x1fd;" d="M0 128v256h128v128h128v128h-128v128h-128v128h256v-128h256v-256h128v256h-128v128h256v-128h128v-384h-256v-256h256v-128h-384v128h-128v256h-128v-256h128v-128h-256v128h-128zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x1fe;" d="M0 128v896h128v128h512v128h128v-256h128v-896h-128v-128h-512v-128h-128v256h-128zM256 384h128v-256h256v640h-128v256h-256v-640zM256 1280v128h128v128h256v-128h-128v-128h-256zM384 384v384h128v-384h-128z" />
<glyph unicode="&#x1ff;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM256 128h384v384h-128v-128h-128v-128h-128v-128zM256 512h128v128h128v128h-256v-256z" />
<glyph unicode="&#x218;" d="M0 128v256h256v-256h384v384h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-384h-128v-128h-640v128h-128zM256 -256h128v128h256v-128h-128v-128h-256v128z" />
<glyph unicode="&#x219;" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128zM256 -256h128v128h256v-128h-128v-128h-256v128z" />
<glyph unicode="&#x21a;" d="M128 896v384h768v-384h-128v128h-128v-896h128v-128h-512v128h128v896h-128v-128h-128zM256 -256h128v128h256v-128h-128v-128h-256v128z" />
<glyph unicode="&#x21b;" d="M0 768v128h256v256h128v128h128v-384h256v-128h-256v-640h128v128h256v-128h-128v-128h-384v128h-128v640h-256zM256 -256h128v128h256v-128h-128v-128h-256v128z" />
<glyph unicode="&#x251;" d="M0 128v640h128v128h384v-128h128v128h256v-128h-128v-128h-128v-384h128v-128h128v-128h-256v128h-128v-128h-384v128h-128zM256 128h128v640h-128v-640z" />
<glyph unicode="&#x278;" d="M128 0v128h256v128h-128v128h-128v384h128v128h128v128h-256v128h768v-128h-256v-128h128v-128h128v-384h-128v-128h-128v-128h256v-128h-768zM384 384h256v384h-256v-384z" />
<glyph unicode="&#x2c6;" d="M128 1024v128h128v128h128v128h128v-128h128v-128h128v-128h-256v128h-128v-128h-256z" />
<glyph unicode="&#x2c7;" d="M128 1280v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x2c9;" d="M128 1280v128h640v-128h-640z" />
<glyph unicode="&#x2d8;" d="M0 1280v128h256v-128h384v128h256v-128h-128v-128h-640v128h-128z" />
<glyph unicode="&#x2d9;" d="M384 1152v256h256v-256h-256z" />
<glyph unicode="&#x2da;" d="M128 1024v256h128v128h384v-128h128v-256h-128v-128h-384v128h-128zM384 1024h128v256h-128v-256z" />
<glyph unicode="&#x2db;" d="M128 -128h128v128h256v-128h-128v-128h384v-128h-512v128h-128v128z" />
<glyph unicode="&#x2dc;" d="M0 1152v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
<glyph unicode="&#x2dd;" d="M0 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM384 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x37e;" d="M256 0v128h128v256h256v-256h-128v-128h-256zM384 768v256h256v-256h-256z" />
<glyph unicode="&#x384;" d="M384 1152v256h128v128h256v-128h-128v-128h-128v-128h-128z" />
<glyph unicode="&#x385;" d="M0 1024v128h256v-128h-256zM256 1280v128h128v128h256v-128h-128v-128h-256zM512 1024v128h256v-128h-256z" />
<glyph unicode="&#x386;" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM0 1280v128h128v128h256v-128h-128v-128h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#x387;" d="M384 640v256h256v-256h-256z" />
<glyph unicode="&#x388;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM0 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x389;" d="M0 0v1152h256v-512h384v512h256v-1152h-256v512h-384v-512h-256zM0 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x38a;" d="M0 1280v128h128v128h256v-128h-128v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512z" />
<glyph unicode="&#x38c;" d="M0 128v896h128v128h640v-128h128v-896h-128v-128h-640v128h-128zM0 1280v128h128v128h256v-128h-128v-128h-256zM256 128h384v896h-384v-896z" />
<glyph unicode="&#x38e;" d="M0 1280v128h128v128h256v-128h-128v-128h-256zM128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128z" />
<glyph unicode="&#x38f;" d="M0 0v128h128v256h-128v512h128v128h128v128h384v-128h128v-128h128v-512h-128v-256h128v-128h-384v384h128v512h-128v128h-128v-128h-128v-512h128v-384h-384zM0 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x390;" d="M0 1024v128h256v-128h-256zM256 128v768h256v-768h128v-128h-256v128h-128zM256 1280v128h128v128h256v-128h-128v-128h-256zM512 1024v128h256v-128h-256zM640 128v128h128v-128h-128z" />
<glyph unicode="&#x391;" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#x392;" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512zM384 768h256v384h-256v-384z" />
<glyph unicode="&#x393;" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-1024h128v-128h-512z" />
<glyph unicode="&#x394;" d="M0 0v512h128v256h128v256h128v256h128v-256h128v-256h128v-256h128v-512h-896zM256 128h384v384h-128v256h-128v-256h-128v-384z" />
<glyph unicode="&#x395;" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-896z" />
<glyph unicode="&#x396;" d="M0 0v384h128v128h128v128h128v128h128v128h128v256h-384v-128h-128v-128h-128v384h896v-384h-128v-128h-128v-128h-128v-128h-128v-128h-128v-256h384v128h128v128h128v-384h-896z" />
<glyph unicode="&#x397;" d="M0 0v1280h256v-512h384v512h256v-1280h-256v640h-384v-640h-256z" />
<glyph unicode="&#x398;" d="M0 256v768h128v128h128v128h384v-128h128v-128h128v-768h-128v-128h-128v-128h-384v128h-128v128h-128zM256 256h128v-128h128v128h128v384h-384v-384zM256 768h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#x399;" d="M256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-512z" />
<glyph unicode="&#x39a;" d="M0 0v128h128v1024h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-256h128v-128h128v-384h-256v384h-128v128h-128v-512h-384z" />
<glyph unicode="&#x39b;" d="M0 0v512h128v256h128v256h128v256h128v-256h128v-256h128v-256h128v-512h-256v512h-128v256h-128v-256h-128v-512h-256z" />
<glyph unicode="&#x39c;" d="M0 0v1280h256v-128h128v-128h128v128h128v128h256v-1280h-256v768h-128v-128h-128v128h-128v-768h-256z" />
<glyph unicode="&#x39d;" d="M0 0v1280h256v-128h128v-128h128v-128h128v384h256v-1280h-256v512h-128v128h-128v128h-128v-768h-256z" />
<glyph unicode="&#x39e;" d="M0 0v256h256v-128h384v128h256v-256h-896zM0 1024v256h896v-256h-256v128h-384v-128h-256zM128 640v128h640v-128h-640z" />
<glyph unicode="&#x39f;" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v1024h-384v-1024z" />
<glyph unicode="&#x3a0;" d="M0 0v1280h896v-1280h-256v1152h-384v-1152h-256z" />
<glyph unicode="&#x3a1;" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h-384v-512h128v-128h-512zM384 768h256v384h-256v-384z" />
<glyph unicode="&#x3a3;" d="M0 0v256h128v128h128v128h128v256h-128v128h-128v128h-128v256h896v-384h-128v128h-128v128h-384v-128h128v-128h128v-128h128v-256h-128v-128h-128v-128h-128v-128h384v128h128v128h128v-384h-896z" />
<glyph unicode="&#x3a4;" d="M128 896v384h768v-384h-128v128h-128v-896h128v-128h-512v128h128v896h-128v-128h-128z" />
<glyph unicode="&#x3a5;" d="M128 768v512h256v-512h256v512h256v-512h-128v-128h-128v-512h128v-128h-512v128h128v512h-128v128h-128z" />
<glyph unicode="&#x3a6;" d="M0 384v512h128v128h256v128h-128v128h384v-128h-128v-128h256v-128h128v-512h-128v-128h-256v-128h128v-128h-384v128h128v128h-256v128h-128zM256 384h128v512h-128v-512zM512 384h128v512h-128v-512z" />
<glyph unicode="&#x3a7;" d="M0 0v256h128v256h128v256h-128v256h-128v256h256v-256h128v-128h128v128h128v256h256v-256h-128v-256h-128v-256h128v-256h128v-256h-256v256h-128v128h-128v-128h-128v-256h-256z" />
<glyph unicode="&#x3a8;" d="M0 512v768h256v-768h128v768h128v-768h128v768h256v-768h-128v-128h-256v-256h128v-128h-384v128h128v256h-256v128h-128z" />
<glyph unicode="&#x3a9;" d="M0 0v128h128v384h-128v512h128v128h128v128h384v-128h128v-128h128v-512h-128v-384h128v-128h-384v512h128v512h-128v128h-128v-128h-128v-512h128v-512h-384z" />
<glyph unicode="&#x3aa;" d="M128 1280v128h256v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#x3ab;" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM128 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#x3ac;" d="M0 128v640h128v128h384v-128h-256v-640h256v-128h-384v128h-128zM384 1024v128h128v128h256v-128h-128v-128h-256zM512 128v640h128v128h128v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#x3ad;" d="M128 128v256h128v128h-128v256h128v128h640v-128h-512v-256h256v-128h-256v-256h512v-128h-640v128h-128zM512 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x3ae;" d="M0 768v128h256v-128h128v-768h-256v768h-128zM384 768v128h384v-128h128v-1152h-256v1152h-256zM384 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x3af;" d="M256 128v768h256v-768h128v-128h-256v128h-128zM384 1024v128h128v128h256v-128h-128v-128h-256zM640 128v128h128v-128h-128z" />
<glyph unicode="&#x3b0;" d="M0 128v768h256v-768h256v768h384v-128h-128v-640h-128v-128h-512v128h-128zM0 1024v128h256v-128h-256zM256 1280v128h128v128h256v-128h-128v-128h-256zM512 1024v128h256v-128h-256z" />
<glyph unicode="&#x3b1;" d="M0 128v640h128v128h384v-128h-256v-640h256v-128h-384v128h-128zM512 128v640h128v128h128v-768h128v-128h-256v128h-128z" />
<glyph unicode="&#x3b2;" d="M0 -384v1536h128v128h512v-128h128v-256h-128v-128h128v-128h128v-512h-128v-128h-512v-256h-128v-128h-128zM256 128h384v512h-384v-512zM256 768h128v128h128v256h-256v-384z" />
<glyph unicode="&#x3b3;" d="M0 768v128h256v-128h128v-256h128v256h128v128h256v-128h-128v-256h-128v-384h128v-384h-128v-128h-384v128h-128v384h128v384h-128v256h-128zM384 128v-384h128v384h-128z" />
<glyph unicode="&#x3b4;" d="M128 128v512h128v128h256v128h-128v128h-128v128h128v128h512v-128h-384v-128h128v-128h128v-128h128v-640h-128v-128h-512v128h-128zM384 128h256v512h-256v-512z" />
<glyph unicode="&#x3b5;" d="M128 128v256h128v128h-128v256h128v128h640v-128h-512v-256h256v-128h-256v-256h512v-128h-640v128h-128z" />
<glyph unicode="&#x3b6;" d="M0 256v512h128v128h128v128h-128v128h-128v128h256v-128h512v-128h-256v-128h-128v-128h-128v-512h128v-128h384v-128h128v-128h-128v-128h-384v128h256v128h-384v128h-128v128h-128z" />
<glyph unicode="&#x3b7;" d="M0 768v128h256v-128h128v-768h-256v768h-128zM384 768v128h384v-128h128v-1152h-256v1152h-256z" />
<glyph unicode="&#x3b8;" d="M0 384v128h256v-128h128v-256h256v384h-256v128h-128v128h-128v384h128v128h512v-128h128v-1024h-128v-128h-512v128h-128v256h-128zM384 768h128v-128h128v512h-256v-384z" />
<glyph unicode="&#x3b9;" d="M256 128v768h256v-768h128v-128h-256v128h-128zM640 128v128h128v-128h-128z" />
<glyph unicode="&#x3ba;" d="M0 0v896h256v-384h128v128h128v128h128v128h256v-128h-128v-128h-128v-256h128v-128h128v-256h-256v256h-128v128h-128v-128h-128v-256h-256z" />
<glyph unicode="&#x3bb;" d="M128 0v384h128v128h128v128h128v128h128v384h-256v-128h-256v128h128v128h512v-128h128v-1152h-256v512h-128v-128h-128v-384h-256z" />
<glyph unicode="&#x3bc;" d="M0 -384v1280h256v-640h128v-128h-128v-512h-256zM384 0v128h128v768h256v-768h-128v-128h-256zM768 0v128h128v-128h-128z" />
<glyph unicode="&#x3bd;" d="M0 768v128h384v-640h128v128h128v512h256v-512h-128v-128h-128v-128h-128v-128h-256v128h-128v640h-128z" />
<glyph unicode="&#x3be;" d="M0 128v256h128v256h-128v256h128v256h-128v128h256v-128h512v-128h-384v-128h-128v-256h512v-128h-384v-128h-128v-256h512v-128h128v-128h-128v-128h-384v128h256v128h-512v128h-128z" />
<glyph unicode="&#x3bf;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v640h-384v-640z" />
<glyph unicode="&#x3c0;" d="M0 768v128h896v-128h-128v-768h-256v768h-128v-768h-256v768h-128z" />
<glyph unicode="&#x3c1;" d="M0 -384v1152h128v128h640v-128h128v-640h-128v-128h-384v128h256v640h-384v-512h128v-128h-128v-512h-256z" />
<glyph unicode="&#x3c2;" d="M0 384v384h128v128h640v-128h128v-128h-256v128h-384v-384h128v-128h384v-128h128v-256h-128v-128h-640v128h512v256h-384v128h-128v128h-128z" />
<glyph unicode="&#x3c3;" d="M0 128v640h128v128h768v-128h-256v-128h128v-512h-128v-128h-512v128h-128zM256 128h256v640h-256v-640z" />
<glyph unicode="&#x3c4;" d="M128 768v128h768v-128h-256v-640h128v-128h-256v128h-128v640h-256zM768 128v128h128v-128h-128z" />
<glyph unicode="&#x3c5;" d="M0 128v768h256v-768h256v768h384v-128h-128v-640h-128v-128h-512v128h-128z" />
<glyph unicode="&#x3c6;" d="M0 128v512h128v128h128v-640h128v768h384v-128h128v-640h-128v-128h-256v-384h-128v384h-256v128h-128zM512 128h128v640h-128v-640z" />
<glyph unicode="&#x3c7;" d="M0 0v128h128v-128h-128zM0 768v128h256v-128h128v-128h128v128h256v-128h-128v-384h128v-128h128v-128h-256v128h-128v128h-128v-128h-256v128h128v384h-128v128h-128zM768 768v128h128v-128h-128z" />
<glyph unicode="&#x3c8;" d="M0 128v768h256v-768h128v640h128v-640h128v768h256v-768h-128v-128h-256v-384h-128v384h-256v128h-128z" />
<glyph unicode="&#x3c9;" d="M0 128v640h128v128h128v-768h128v-128h-256v128h-128zM384 128v384h128v-384h-128zM512 0v128h128v768h128v-128h128v-640h-128v-128h-256z" />
<glyph unicode="&#x3ca;" d="M0 1152v128h256v-128h-256zM256 128v768h256v-768h128v-128h-256v128h-128zM512 1152v128h256v-128h-256zM640 128v128h128v-128h-128z" />
<glyph unicode="&#x3cb;" d="M0 128v768h256v-768h256v768h384v-128h-128v-640h-128v-128h-512v128h-128zM0 1152v128h256v-128h-256zM512 1152v128h256v-128h-256z" />
<glyph unicode="&#x3cc;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v640h-384v-640zM384 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x3cd;" d="M0 128v768h256v-768h256v768h384v-128h-128v-640h-128v-128h-512v128h-128zM384 1024v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x3ce;" d="M0 128v640h128v128h128v-768h128v-128h-256v128h-128zM384 128v384h128v-384h-128zM384 1024v128h128v128h256v-128h-128v-128h-256zM512 0v128h128v768h128v-128h128v-640h-128v-128h-256z" />
<glyph unicode="&#x3d0;" d="M0 0v1152h128v128h512v-128h128v-384h-128v-128h128v-128h128v-384h-128v-128h-256v128h128v384h-128v128h-128v128h128v384h-256v-1152h-256z" />
<glyph unicode="&#x3f4;" d="M0 256v640h128v128h128v128h384v-128h128v-128h128v-640h-128v-128h-128v-128h-384v128h-128v128h-128zM256 256h128v-128h128v128h128v256h-384v-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#x400;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#x401;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-384h256v128h128v128h128v-384h-896zM0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#x402;" d="M0 0v128h128v1024h-128v128h768v-256h-128v128h-256v-384h128v-128h-128v-640h-384zM512 0h128v768h-128v128h256v-128h128v-768h-128v-128h-256v128z" />
<glyph unicode="&#x403;" d="M0 0v128h128v896h-128v128h896v-384h-128v128h-128v128h-256v-896h128v-128h-512zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x404;" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-256h256v128h128v-384h-128v128h-256v-384h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128z" />
<glyph unicode="&#x405;" d="M0 128v256h256v-256h384v384h-128v128h-256v128h-128v128h-128v256h128v128h640v-128h128v-256h-256v256h-384v-256h128v-128h256v-128h128v-128h128v-384h-128v-128h-640v128h-128z" />
<glyph unicode="&#x406;" d="M256 0v128h128v1024h-128v128h512v-128h-128v-1024h128v-128h-512z" />
<glyph unicode="&#x407;" d="M128 1280v128h256v-128h-256zM256 0v128h128v896h-128v128h512v-128h-128v-896h128v-128h-512zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#x408;" d="M0 128v384h256v-384h256v1024h-128v128h512v-128h-128v-1024h-128v-128h-512v128h-128z" />
<glyph unicode="&#x409;" d="M0 0v1280h768v-128h-128v-384h128v-128h-128v-512h128v-128h-384v1152h-128v-1152h-256zM768 128v512h128v-512h-128z" />
<glyph unicode="&#x40a;" d="M0 0v1280h256v-512h128v512h256v-512h128v-128h-128v-512h128v-128h-384v640h-128v-640h-256zM768 128v512h128v-512h-128z" />
<glyph unicode="&#x40b;" d="M0 0v128h128v1024h-128v128h768v-256h-128v128h-256v-384h384v-128h128v-640h-256v640h-256v-640h-384z" />
<glyph unicode="&#x40c;" d="M0 0v128h128v896h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-128h128v-128h128v-384h-256v384h-128v128h-128v-512h-384zM384 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x40d;" d="M0 0v1152h256v-640h128v128h128v128h128v384h256v-1152h-256v384h-128v-128h-128v-128h-128v-128h-256zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#x40e;" d="M0 128v128h256v-128h384v384h-512v128h-128v512h256v-512h384v512h256v-1024h-128v-128h-640v128h-128zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x40f;" d="M0 0v128h128v1024h-128v128h384v-1152h128v1152h384v-128h-128v-1024h128v-128h-384v-256h-128v256h-384z" />
<glyph unicode="&#x410;" d="M0 0v896h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-896h-256v512h-384v-512h-256zM256 640h384v256h-128v128h-128v-128h-128v-256z" />
<glyph unicode="&#x411;" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h384v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512z" />
<glyph unicode="&#x412;" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512zM384 768h256v384h-256v-384z" />
<glyph unicode="&#x413;" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-1024h128v-128h-512z" />
<glyph unicode="&#x414;" d="M0 128h128v896h128v128h128v128h512v-1152h128v-384h-128v128h-128v128h-512v-128h-128v-128h-128v384zM384 128h256v1024h-128v-128h-128v-896z" />
<glyph unicode="&#x415;" d="M0 0v128h128v1024h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-512h256v128h128v128h128v-384h-896z" />
<glyph unicode="&#x416;" d="M0 0v512h128v128h128v128h-128v128h-128v384h256v-384h128v384h128v-384h128v384h256v-384h-128v-128h-128v-128h128v-128h128v-512h-256v512h-128v-512h-128v512h-128v-512h-256z" />
<glyph unicode="&#x417;" d="M0 128v256h128v-128h128v-128h384v512h-384v128h384v384h-384v-128h-128v-128h-128v256h128v128h640v-128h128v-384h-128v-128h128v-512h-128v-128h-640v128h-128z" />
<glyph unicode="&#x418;" d="M0 0v1280h256v-640h128v128h128v128h128v384h256v-1280h-256v512h-128v-128h-128v-128h-128v-256h-256z" />
<glyph unicode="&#x419;" d="M0 0v1152h256v-640h128v128h128v128h128v384h256v-1152h-256v384h-128v-128h-128v-128h-128v-128h-256zM128 1408v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x41a;" d="M0 0v128h128v1024h-128v128h384v-512h128v128h128v384h256v-384h-128v-128h-128v-256h128v-128h128v-384h-256v384h-128v128h-128v-512h-384z" />
<glyph unicode="&#x41b;" d="M0 0v128h128v896h128v128h128v128h512v-1280h-256v1152h-128v-128h-128v-896h-128v-128h-256z" />
<glyph unicode="&#x41c;" d="M0 0v1280h256v-128h128v-128h128v128h128v128h256v-1280h-256v768h-128v-128h-128v128h-128v-768h-256z" />
<glyph unicode="&#x41d;" d="M0 0v1280h256v-512h384v512h256v-1280h-256v640h-384v-640h-256z" />
<glyph unicode="&#x41e;" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v1024h-384v-1024z" />
<glyph unicode="&#x41f;" d="M0 0v1280h896v-1280h-256v1152h-384v-1152h-256z" />
<glyph unicode="&#x420;" d="M0 0v128h128v1024h-128v128h768v-128h128v-384h-128v-128h-384v-512h128v-128h-512zM384 768h256v384h-256v-384z" />
<glyph unicode="&#x421;" d="M0 256v768h128v128h128v128h512v-128h128v-256h-128v128h-128v128h-256v-128h-128v-768h128v-128h256v128h128v128h128v-256h-128v-128h-512v128h-128v128h-128z" />
<glyph unicode="&#x422;" d="M128 896v384h768v-384h-128v128h-128v-896h128v-128h-512v128h128v896h-128v-128h-128z" />
<glyph unicode="&#x423;" d="M0 128v128h256v-128h384v384h-512v128h-128v640h256v-640h384v640h256v-1152h-128v-128h-640v128h-128z" />
<glyph unicode="&#x424;" d="M0 384v512h128v128h256v128h-128v128h384v-128h-128v-128h256v-128h128v-512h-128v-128h-256v-128h128v-128h-384v128h128v128h-256v128h-128zM256 384h128v512h-128v-512zM512 384h128v512h-128v-512z" />
<glyph unicode="&#x425;" d="M0 0v256h128v256h128v256h-128v256h-128v256h256v-256h128v-128h128v128h128v256h256v-256h-128v-256h-128v-256h128v-256h128v-256h-256v256h-128v128h-128v-128h-128v-256h-256z" />
<glyph unicode="&#x426;" d="M0 0v1280h256v-1152h256v1152h256v-1152h128v-384h-128v128h-128v128h-640z" />
<glyph unicode="&#x427;" d="M0 640v640h256v-640h384v640h256v-1280h-256v512h-512v128h-128z" />
<glyph unicode="&#x428;" d="M0 0v1280h256v-1152h128v1152h128v-1152h128v1152h256v-1280h-896z" />
<glyph unicode="&#x429;" d="M0 0v1280h256v-1152h128v1152h128v-1152h128v1152h256v-1152h128v-384h-128v128h-128v128h-768z" />
<glyph unicode="&#x42a;" d="M0 896v384h512v-512h256v-128h128v-512h-128v-128h-640v128h128v1024h-128v-256h-128zM512 128h128v512h-128v-512z" />
<glyph unicode="&#x42b;" d="M0 0v1280h256v-512h128v-128h-128v-512h128v-128h-384zM384 128v512h128v-512h-128zM640 0v1280h256v-1280h-256z" />
<glyph unicode="&#x42c;" d="M0 0v128h128v1024h-128v128h512v-128h-128v-384h384v-128h128v-512h-128v-128h-768zM384 128h256v512h-256v-512z" />
<glyph unicode="&#x42d;" d="M0 128v256h128v-128h128v-128h256v128h128v384h-256v-128h-128v384h128v-128h256v256h-128v128h-256v-128h-128v-128h-128v256h128v128h512v-128h128v-128h128v-768h-128v-128h-128v-128h-512v128h-128z" />
<glyph unicode="&#x42e;" d="M0 0v1280h256v-512h128v384h128v-1024h-128v512h-128v-640h-256zM512 0v128h128v1024h-128v128h256v-128h128v-1024h-128v-128h-256z" />
<glyph unicode="&#x42f;" d="M0 0v512h128v256h-128v384h128v128h768v-128h-128v-1024h128v-128h-384v640h-128v-128h-128v-512h-256zM256 768h256v384h-256v-384z" />
<glyph unicode="&#x430;" d="M0 128v384h128v128h384v128h-384v128h512v-128h128v-640h128v-128h-256v128h-128v384h-256v-384h256v-128h-384v128h-128z" />
<glyph unicode="&#x431;" d="M0 128v768h128v128h384v128h256v-128h-128v-128h-384v-256h512v-128h128v-384h-128v-128h-640v128h-128zM256 128h384v384h-384v-384z" />
<glyph unicode="&#x432;" d="M0 0v128h128v640h-128v128h768v-128h128v-256h-128v-128h128v-256h-128v-128h-768zM384 128h256v256h-256v-256zM384 512h256v256h-256v-256z" />
<glyph unicode="&#x433;" d="M0 0v128h128v640h-128v128h896v-384h-128v128h-128v128h-256v-640h128v-128h-512z" />
<glyph unicode="&#x434;" d="M0 -256v768h128v128h128v256h512v-768h128v-384h-128v128h-128v128h-384v-128h-128v-128h-128zM256 128h256v512h-128v-128h-128v-384z" />
<glyph unicode="&#x435;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128z" />
<glyph unicode="&#x436;" d="M0 0v384h128v128h-128v384h256v-384h128v384h128v-384h128v384h256v-384h-128v-128h128v-384h-256v384h-128v-384h-128v384h-128v-384h-256z" />
<glyph unicode="&#x437;" d="M0 128v128h256v-128h384v256h-256v128h256v256h-384v-128h-256v128h128v128h640v-128h128v-256h-128v-128h128v-256h-128v-128h-640v128h-128z" />
<glyph unicode="&#x438;" d="M0 0v896h256v-512h128v128h128v128h128v256h256v-896h-256v384h-128v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x439;" d="M0 0v896h256v-512h128v128h128v128h128v256h256v-896h-256v384h-128v-128h-128v-128h-128v-128h-256zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x43a;" d="M0 0v128h128v640h-128v128h384v-384h128v128h128v256h256v-256h-128v-128h-128v-128h128v-128h128v-256h-256v256h-128v128h-128v-384h-384z" />
<glyph unicode="&#x43b;" d="M0 0v128h128v512h128v128h128v128h512v-896h-256v768h-128v-128h-128v-512h-128v-128h-256z" />
<glyph unicode="&#x43c;" d="M0 0v896h256v-128h128v-128h128v128h128v128h256v-896h-256v512h-128v-256h-128v256h-128v-512h-256z" />
<glyph unicode="&#x43d;" d="M0 0v896h256v-384h384v384h256v-896h-256v384h-384v-384h-256z" />
<glyph unicode="&#x43e;" d="M0 128v640h128v128h640v-128h128v-640h-128v-128h-640v128h-128zM256 128h384v640h-384v-640z" />
<glyph unicode="&#x43f;" d="M0 0v896h896v-896h-256v768h-384v-768h-256z" />
<glyph unicode="&#x440;" d="M0 -256h128v1024h-128v128h256v-128h128v-640h256v640h-256v128h384v-128h128v-640h-128v-128h-384v-256h128v-128h-512v128z" />
<glyph unicode="&#x441;" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-640h384v128h256v-128h-128v-128h-640v128h-128z" />
<glyph unicode="&#x442;" d="M128 640v256h768v-256h-128v128h-128v-640h128v-128h-512v128h128v640h-128v-128h-128z" />
<glyph unicode="&#x443;" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128z" />
<glyph unicode="&#x444;" d="M0 128v640h128v128h256v384h128v-384h256v-128h128v-640h-128v-128h-256v-384h-128v384h-256v128h-128zM256 128h128v640h-128v-640zM512 128h128v640h-128v-640z" />
<glyph unicode="&#x445;" d="M0 0v128h128v128h128v384h-128v128h-128v128h256v-128h128v-128h128v128h128v128h256v-128h-128v-128h-128v-384h128v-128h128v-128h-256v128h-128v128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x446;" d="M0 0v896h256v-768h256v768h256v-768h128v-384h-128v128h-128v128h-640z" />
<glyph unicode="&#x447;" d="M0 512v384h256v-384h384v384h256v-896h-256v384h-512v128h-128z" />
<glyph unicode="&#x448;" d="M0 0v896h256v-768h128v768h128v-768h128v768h256v-896h-896z" />
<glyph unicode="&#x449;" d="M0 0v896h256v-768h128v768h128v-768h128v768h256v-768h128v-384h-128v128h-128v128h-768z" />
<glyph unicode="&#x44a;" d="M0 640v256h512v-384h256v-128h128v-256h-128v-128h-640v128h128v640h-128v-128h-128zM512 128h128v256h-128v-256z" />
<glyph unicode="&#x44b;" d="M0 0v896h256v-384h128v-128h-128v-256h128v-128h-384zM384 128v256h128v-256h-128zM640 0v896h256v-896h-256z" />
<glyph unicode="&#x44c;" d="M128 0v128h128v640h-128v128h512v-128h-128v-256h256v-128h128v-256h-128v-128h-640zM512 128h128v256h-128v-256z" />
<glyph unicode="&#x44d;" d="M0 128v128h256v-128h384v384h-256v128h256v128h-384v-128h-256v128h128v128h640v-128h128v-640h-128v-128h-640v128h-128z" />
<glyph unicode="&#x44e;" d="M0 0v896h256v-384h128v256h128v-640h-128v256h-128v-384h-256zM512 0v128h128v640h-128v128h256v-128h128v-640h-128v-128h-256z" />
<glyph unicode="&#x44f;" d="M0 0v128h128v256h128v128h-128v256h128v128h640v-128h-128v-640h128v-128h-384v384h-128v-384h-384zM384 512h128v256h-128v-256z" />
<glyph unicode="&#x450;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128zM256 640h384v128h-384v-128z" />
<glyph unicode="&#x451;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM0 1152v128h256v-128h-256zM256 640h384v128h-384v-128zM640 1152v128h256v-128h-256z" />
<glyph unicode="&#x452;" d="M0 0v128h128v896h-128v128h128v128h256v-128h256v-128h-256v-256h128v-128h-128v-640h-384zM512 -256h128v1024h-128v128h256v-128h128v-1024h-128v-128h-256v128z" />
<glyph unicode="&#x453;" d="M0 0v128h128v640h-128v128h896v-384h-128v128h-128v128h-256v-640h128v-128h-512zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x454;" d="M0 128v640h128v128h640v-128h128v-128h-256v128h-384v-256h384v-128h-384v-256h384v128h256v-128h-128v-128h-640v128h-128z" />
<glyph unicode="&#x455;" d="M0 128v128h256v-128h384v128h-128v128h-256v128h-128v128h-128v128h128v128h640v-128h128v-128h-256v128h-384v-128h128v-128h256v-128h128v-128h128v-128h-128v-128h-640v128h-128z" />
<glyph unicode="&#x456;" d="M256 0v128h128v640h-128v128h384v-768h128v-128h-512zM384 1024v256h256v-256h-256z" />
<glyph unicode="&#x457;" d="M128 1152v128h256v-128h-256zM256 0v128h128v640h-128v128h384v-768h128v-128h-512zM640 1152v128h256v-128h-256z" />
<glyph unicode="&#x458;" d="M0 0h256v-256h256v1024h-128v128h384v-1152h-128v-128h-512v128h-128v256zM512 1024v256h256v-256h-256z" />
<glyph unicode="&#x459;" d="M0 0v896h768v-128h-128v-256h128v-128h-128v-256h128v-128h-384v768h-128v-768h-256zM768 128v256h128v-256h-128z" />
<glyph unicode="&#x45a;" d="M0 0v896h256v-384h128v384h256v-384h128v-128h-128v-256h128v-128h-384v384h-128v-384h-256zM768 128v256h128v-256h-128z" />
<glyph unicode="&#x45b;" d="M0 0v128h128v896h-128v128h128v128h256v-128h256v-128h-256v-128h384v-128h128v-768h-256v768h-256v-768h-384z" />
<glyph unicode="&#x45c;" d="M0 0v128h128v640h-128v128h384v-384h128v128h128v256h256v-256h-128v-128h-128v-128h128v-128h128v-256h-256v256h-128v128h-128v-384h-384zM256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x45d;" d="M0 0v896h256v-512h128v128h128v128h128v256h256v-896h-256v384h-128v-128h-128v-128h-128v-128h-256zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#x45e;" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128zM128 1152v128h256v-128h128v128h256v-128h-128v-128h-384v128h-128z" />
<glyph unicode="&#x45f;" d="M0 0v128h128v640h-128v128h384v-768h128v768h384v-128h-128v-640h128v-128h-384v-256h-128v256h-384z" />
<glyph unicode="&#x490;" d="M0 0v128h128v1024h-128v128h640v128h128v128h128v-384h-512v-1024h128v-128h-512z" />
<glyph unicode="&#x491;" d="M0 0v128h128v640h-128v128h640v128h128v128h128v-384h-512v-640h128v-128h-512z" />
<glyph unicode="&#x5be;" d="M128 896v128h768v-128h-768z" />
<glyph unicode="&#x5d0;" d="M0 0v512h128v256h-128v256h256v-256h128v-128h128v-128h128v512h256v-512h-128v-256h128v-256h-256v256h-128v128h-128v128h-128v-512h-256z" />
<glyph unicode="&#x5d1;" d="M0 0v128h512v768h-512v128h640v-128h128v-768h128v-128h-896z" />
<glyph unicode="&#x5d2;" d="M0 0v128h256v128h128v128h128v512h-256v128h384v-128h128v-640h128v-256h-256v256h-128v-128h-128v-128h-384z" />
<glyph unicode="&#x5d3;" d="M0 896v128h896v-128h-128v-896h-256v896h-512z" />
<glyph unicode="&#x5d4;" d="M0 0v512h256v-512h-256zM0 896v128h768v-128h128v-896h-256v896h-640z" />
<glyph unicode="&#x5d5;" d="M128 896v128h384v-128h128v-896h-256v896h-256z" />
<glyph unicode="&#x5d6;" d="M0 896v128h768v-128h-256v-384h128v-256h-128v-128h-128v-128h-256v128h128v128h128v256h-128v384h-256z" />
<glyph unicode="&#x5d7;" d="M0 0v768h128v128h-128v128h768v-128h128v-896h-256v896h-256v-128h-128v-768h-256z" />
<glyph unicode="&#x5d8;" d="M0 128v896h256v-896h384v768h-128v128h256v-128h128v-768h-128v-128h-640v128h-128zM384 640v256h128v-256h-128z" />
<glyph unicode="&#x5d9;" d="M128 896v128h384v-128h128v-384h-128v-128h-256v128h128v384h-256z" />
<glyph unicode="&#x5da;" d="M0 896v128h768v-128h128v-384h-128v-768h128v-128h-384v896h128v384h-640z" />
<glyph unicode="&#x5db;" d="M0 0v128h640v768h-640v128h768v-128h128v-768h-128v-128h-768z" />
<glyph unicode="&#x5dc;" d="M0 896v384h256v-256h512v-128h128v-512h-128v-128h-128v-256h-256v256h128v128h128v512h-640z" />
<glyph unicode="&#x5dd;" d="M0 0v768h128v128h-128v128h768v-128h128v-896h-896zM256 128h384v768h-256v-128h-128v-640z" />
<glyph unicode="&#x5de;" d="M0 0v640h128v256h-128v128h256v-128h128v128h384v-128h128v-896h-512v128h256v768h-128v-128h-128v-128h-128v-640h-256z" />
<glyph unicode="&#x5df;" d="M256 896v128h384v-128h128v-256h-128v-896h128v-128h-384v1024h128v256h-256z" />
<glyph unicode="&#x5e0;" d="M128 0v128h384v768h-256v128h384v-128h128v-896h-640z" />
<glyph unicode="&#x5e1;" d="M0 128v640h128v128h-128v128h768v-128h128v-640h-128v-128h-128v-128h-512v128h-128zM256 128h256v128h128v640h-256v-128h-128v-640z" />
<glyph unicode="&#x5e2;" d="M0 0v128h256v128h-128v640h-128v128h384v-896h128v128h128v640h-128v128h384v-768h-128v-128h-128v-128h-640z" />
<glyph unicode="&#x5e3;" d="M0 384v384h128v128h-128v128h640v-128h128v-1152h128v-128h-384v1280h-256v-384h128v-128h-384z" />
<glyph unicode="&#x5e4;" d="M0 0v128h640v768h-384v-384h128v-128h-384v384h128v128h-128v128h768v-128h128v-896h-896z" />
<glyph unicode="&#x5e5;" d="M0 896v128h384v-512h128v128h128v256h-128v128h384v-384h-128v-128h-128v-128h-256v-640h128v-128h-384v1280h-128z" />
<glyph unicode="&#x5e6;" d="M0 0v128h640v128h-128v128h-128v128h-128v128h-128v256h-128v128h384v-384h128v-128h128v-128h128v-128h128v-256h-896zM512 896v128h384v-384h-128v-128h-128v384h-128z" />
<glyph unicode="&#x5e7;" d="M0 896v128h768v-128h128v-384h-128v-256h128v-128h-384v256h128v512h-640zM128 -384v1024h256v-1024h-256z" />
<glyph unicode="&#x5e8;" d="M0 896v128h768v-128h128v-896h-256v896h-640z" />
<glyph unicode="&#x5e9;" d="M0 128v896h256v-640h128v640h128v-768h-256v-128h384v896h256v-896h-128v-128h-640v128h-128z" />
<glyph unicode="&#x5ea;" d="M0 0v256h128v640h-128v128h768v-128h128v-896h-256v896h-256v-896h-384z" />
<glyph unicode="&#x5f0;" d="M0 896v128h256v-128h128v-896h-256v896h-128zM512 896v128h256v-128h128v-896h-256v896h-128z" />
<glyph unicode="&#x5f1;" d="M0 896v128h256v-128h128v-384h-256v384h-128zM512 896v128h256v-128h128v-896h-256v896h-128z" />
<glyph unicode="&#x5f2;" d="M0 896v128h256v-128h128v-384h-256v384h-128zM512 896v128h256v-128h128v-384h-256v384h-128z" />
<glyph unicode="&#x5f3;" d="M256 768v128h128v256h256v-256h-128v-128h-256z" />
<glyph unicode="&#x5f4;" d="M0 768v128h128v256h256v-256h-128v-128h-256zM512 768v128h128v256h256v-256h-128v-128h-256z" />
<glyph unicode="&#x1d1b;" d="M0 768v128h128v128h384v-128h128v128h256v-128h-128v-128h-128v-768h-256v896h-128v-128h-256z" />
<glyph unicode="&#x1d26;" d="M0 0v1280h896v-384h-256v256h-384v-1152h-256z" />
<glyph unicode="&#x1d28;" d="M0 896v128h896v-128h-128v-896h-256v896h-128v-896h-256v896h-128z" />
<glyph unicode="&#x1e80;" d="M0 128v1024h256v-768h128v384h128v-384h128v768h256v-1024h-128v-128h-256v256h-128v-256h-256v128h-128zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#x1e81;" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#x1e82;" d="M0 128v1024h256v-768h128v384h128v-384h128v768h256v-1024h-128v-128h-256v256h-128v-256h-256v128h-128zM256 1280v128h128v128h256v-128h-128v-128h-256z" />
<glyph unicode="&#x1e83;" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128zM128 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x1e84;" d="M0 128v1024h256v-768h128v384h128v-384h128v768h256v-1024h-128v-128h-256v256h-128v-256h-256v128h-128zM0 1280v128h256v-128h-256zM640 1280v128h256v-128h-256z" />
<glyph unicode="&#x1e85;" d="M0 128v768h256v-640h128v384h128v-384h128v640h256v-768h-128v-128h-256v128h-128v-128h-256v128h-128zM0 1152v128h256v-128h-256zM640 1152v128h256v-128h-256z" />
<glyph unicode="&#x1e9f;" d="M128 128v512h128v128h256v128h-128v128h-128v128h128v128h512v-128h-384v-128h128v-128h128v-128h128v-640h-128v-128h-512v128h-128zM384 128h256v512h-256v-512z" />
<glyph unicode="&#x1ef2;" d="M128 640v512h256v-512h256v512h256v-512h-128v-128h-128v-384h128v-128h-512v128h128v384h-128v128h-128zM256 1408v128h256v-128h128v-128h-256v128h-128z" />
<glyph unicode="&#x1ef3;" d="M0 128v768h256v-768h384v768h256v-1024h-128v-128h-128v-128h-640v128h512v128h128v128h-512v128h-128zM128 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#x2000;" horiz-adv-x="768" />
<glyph unicode="&#x2001;" horiz-adv-x="1536" />
<glyph unicode="&#x2002;" horiz-adv-x="768" />
<glyph unicode="&#x2003;" horiz-adv-x="1536" />
<glyph unicode="&#x2004;" horiz-adv-x="512" />
<glyph unicode="&#x2005;" horiz-adv-x="384" />
<glyph unicode="&#x2006;" horiz-adv-x="256" />
<glyph unicode="&#x2007;" horiz-adv-x="256" />
<glyph unicode="&#x2008;" horiz-adv-x="192" />
<glyph unicode="&#x2009;" horiz-adv-x="307" />
<glyph unicode="&#x200a;" horiz-adv-x="85" />
<glyph unicode="&#x2010;" d="M128 512v128h768v-128h-768z" />
<glyph unicode="&#x2011;" d="M0 512v128h896v-128h-896z" />
<glyph unicode="&#x2012;" d="M128 512v128h640v-128h-640z" />
<glyph unicode="&#x2013;" d="M128 512v128h640v-128h-640z" />
<glyph unicode="&#x2014;" d="M0 512v128h1024v-128h-1024z" />
<glyph unicode="&#x2015;" d="M0 512v128h1024v-128h-1024z" />
<glyph unicode="&#x2017;" d="M0 0h1024v-128h-1024v128zM0 -256h1024v-128h-1024v128z" />
<glyph unicode="&#x2018;" d="M256 1024v256h128v128h256v-128h-128v-256h-256z" />
<glyph unicode="&#x2019;" d="M256 1024v128h128v256h256v-256h-128v-128h-256z" />
<glyph unicode="&#x201a;" d="M256 -256h128v256h256v-256h-128v-128h-256v128z" />
<glyph unicode="&#x201b;" d="M256 1152v256h256v-256h128v-128h-256v128h-128z" />
<glyph unicode="&#x201c;" d="M0 1024v256h128v128h256v-128h-128v-256h-256zM512 1024v256h128v128h256v-128h-128v-256h-256z" />
<glyph unicode="&#x201d;" d="M0 1024v128h128v256h256v-256h-128v-128h-256zM512 1024v128h128v256h256v-256h-128v-128h-256z" />
<glyph unicode="&#x201e;" d="M0 -256h128v256h256v-256h-128v-128h-256v128zM512 -256h128v256h256v-256h-128v-128h-256v128z" />
<glyph unicode="&#x201f;" d="M0 1152v256h256v-256h128v-128h-256v128h-128zM512 1152v256h256v-256h128v-128h-256v128h-128z" />
<glyph unicode="&#x2020;" d="M128 768v128h256v512h256v-512h256v-128h-256v-1024h-256v1024h-256z" />
<glyph unicode="&#x2021;" d="M128 256v128h256v384h-256v128h256v512h256v-512h256v-128h-256v-384h256v-128h-256v-512h-256v512h-256z" />
<glyph unicode="&#x2022;" d="M256 384v256h128v128h256v-128h128v-256h-128v-128h-256v128h-128z" />
<glyph unicode="&#x2026;" d="M0 0v256h256v-256h-256zM384 0v256h256v-256h-256zM768 0v256h256v-256h-256z" />
<glyph unicode="&#x2027;" d="M384 384v256h256v-256h-256z" />
<glyph unicode="&#x202f;" horiz-adv-x="307" />
<glyph unicode="&#x2030;" d="M0 128v128h128v128h128v128h128v128h128v128h128v128h256v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-256zM0 640v256h256v-256h-256zM384 0v256h256v-256h-256zM768 0v256h256v-256h-256z" />
<glyph unicode="&#x2032;" d="M256 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x2033;" d="M0 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256zM384 1024v128h128v128h128v128h256v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x2035;" d="M256 1280v128h256v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#x2039;" d="M256 512v128h128v128h128v128h256v-128h-128v-128h-128v-128h128v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#x203a;" d="M256 256v128h128v128h128v128h-128v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x203c;" d="M128 0v256h256v-256h-256zM128 384v896h256v-896h-256zM640 0v256h256v-256h-256zM640 384v896h256v-896h-256z" />
<glyph unicode="&#x203e;" d="M128 1280v128h768v-128h-768z" />
<glyph unicode="&#x203f;" d="M0 -128h256v-128h384v128h256v-128h-128v-128h-640v128h-128v128z" />
<glyph unicode="&#x2040;" d="M0 1152v128h128v128h640v-128h128v-128h-256v128h-384v-128h-256z" />
<glyph unicode="&#x2044;" d="M0 0v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
<glyph unicode="&#x2054;" d="M0 -256h128v128h640v-128h128v-128h-256v128h-384v-128h-256v128z" />
<glyph unicode="&#x205f;" horiz-adv-x="384" />
<glyph unicode="&#x2074;" d="M0 896v128h128v128h128v-128h128v128h-128v128h128v128h256v-768h-256v256h-384z" />
<glyph unicode="&#x2075;" d="M0 640v128h384v256h-384v384h640v-128h-384v-128h256v-128h128v-256h-128v-128h-512z" />
<glyph unicode="&#x2076;" d="M0 768v512h128v128h384v-128h-256v-128h256v-128h128v-256h-128v-128h-384v128h-128zM256 768h128v256h-128v-256z" />
<glyph unicode="&#x2077;" d="M0 1152v256h640v-256h-128v-128h-128v-384h-256v384h128v128h128v128h-256v-128h-128z" />
<glyph unicode="&#x2078;" d="M0 768v256h128v128h-128v128h128v128h384v-128h128v-128h-128v-128h128v-256h-128v-128h-384v128h-128zM256 768h128v256h-128v-256zM256 1152h128v128h-128v-128z" />
<glyph unicode="&#x2079;" d="M0 1024v256h128v128h384v-128h128v-512h-128v-128h-384v128h256v128h-256v128h-128zM256 1024h128v256h-128v-256z" />
<glyph unicode="&#x207a;" d="M0 1024v128h256v256h256v-256h256v-128h-256v-256h-256v256h-256z" />
<glyph unicode="&#x207b;" d="M128 1024v128h640v-128h-640z" />
<glyph unicode="&#x207f;" d="M0 1280v128h256v-128h128v-640h-256v640h-128zM384 1280v128h256v-128h128v-640h-256v640h-128z" />
<glyph unicode="&#x2081;" d="M128 128v128h128v128h256v-640h128v-128h-512v128h128v384h-128z" />
<glyph unicode="&#x2082;" d="M0 128v128h128v128h384v-128h128v-128h-128v-128h-128v-128h-128v-128h256v128h128v-256h-640v256h128v128h128v128h128v128h-128v-128h-256z" />
<glyph unicode="&#x2083;" d="M0 256v128h512v-128h128v-128h-128v-128h128v-256h-128v-128h-512v128h384v256h-256v128h256v128h-384z" />
<glyph unicode="&#x2084;" d="M0 0h128v128h128v-128h128v128h-128v128h128v128h256v-768h-256v256h-384v128z" />
<glyph unicode="&#x2085;" d="M0 0v384h640v-128h-384v-128h256v-128h128v-256h-128v-128h-512v128h384v256h-384z" />
<glyph unicode="&#x2086;" d="M0 256h128v128h384v-128h-256v-128h256v-128h128v-256h-128v-128h-384v128h-128v512zM256 0v-256h128v256h-128z" />
<glyph unicode="&#x2087;" d="M0 128v256h640v-256h-128v-128h-128v-384h-256v384h128v128h128v128h-256v-128h-128z" />
<glyph unicode="&#x2088;" d="M0 0h128v128h-128v128h128v128h384v-128h128v-128h-128v-128h128v-256h-128v-128h-384v128h-128v256zM256 0v-256h128v256h-128zM256 128h128v128h-128v-128z" />
<glyph unicode="&#x2089;" d="M0 0v256h128v128h384v-128h128v-512h-128v-128h-384v128h256v128h-256v128h-128zM256 0h128v256h-128v-256z" />
<glyph unicode="&#x208a;" d="M0 0h256v256h256v-256h256v-128h-256v-256h-256v256h-256v128z" />
<glyph unicode="&#x208b;" d="M128 0h640v-128h-640v128z" />
<glyph unicode="&#x20a3;" d="M0 0v128h128v128h-128v128h128v768h-128v128h896v-384h-128v128h-128v128h-256v-384h128v128h128v-384h-128v128h-128v-256h128v-128h-128v-128h128v-128h-512z" />
<glyph unicode="&#x20a4;" d="M0 0v256h128v256h-128v128h128v128h-128v128h128v384h128v128h384v-128h128v-256h-128v128h-128v128h-128v-384h128v-128h-128v-128h128v-128h-128v-384h256v128h256v-128h-128v-128h-768z" />
<glyph unicode="&#x20a7;" d="M0 0v1408h640v-128h128v-256h-128v-128h-384v-896h-256zM256 1024h256v256h-256v-256zM384 512v128h128v128h128v128h128v-256h128v-128h-128v-384h128v-128h-256v128h-128v384h-128z" />
<glyph unicode="&#x20aa;" d="M0 128v896h640v-640h-128v512h-384v-768h-128zM256 128v640h128v-512h384v768h128v-896h-640z" />
<glyph unicode="&#x20ac;" d="M0 384v128h128v128h-128v128h128v128h128v128h128v128h384v-128h128v-128h-256v128h-128v-128h-128v-128h384v-128h-384v-128h256v-128h-256v-128h128v-128h128v128h256v-128h-128v-128h-384v128h-128v128h-128v128h-128z" />
<glyph unicode="&#x2105;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 896v384h128v128h256v-128h-128v-384h128v-128h-256v128h-128zM256 -128v384h128v128h384v-128h128v-384h-128v-128h-384 v128h-128zM384 896v128h128v-128h-128zM384 1152v128h128v-128h-128zM512 -128h128v384h-128v-384z" />
<glyph unicode="&#x2113;" d="M128 128v128h128v-128h-128zM128 512v512h128v128h128v128h128v-128h128v-128h128v-512h-128v-128h-128v-128h128v-128h128v-128h-256v128h-128v128h-128v256h-128zM384 512h128v512h-128v-512zM768 128v128h128v-128h-128z" />
<glyph unicode="&#x2116;" d="M0 0v1280h128v-128h128v-128h128v-128h128v384h512v-512h-256v-128h256v-128h-256v-512h-256v512h-128v128h-128v-640h-256zM768 896h128v256h-128v-256z" />
<glyph unicode="&#x2122;" d="M0 1280v128h512v-128h128v-128h-128v-384h-128v512h-128v-512h-128v512h-128zM640 1024v128h128v-128h-128zM768 1152v128h128v128h128v-640h-128v384h-128z" />
<glyph unicode="&#x2126;" d="M0 0v128h128v512h-128v384h128v128h128v128h384v-128h128v-128h128v-384h-128v-512h128v-128h-384v640h128v384h-128v128h-128v-128h-128v-384h128v-640h-384z" />
<glyph unicode="&#x212e;" d="M0 128v640h128v128h640v-128h128v-256h-640v-384h384v128h256v-128h-128v-128h-640v128h-128zM256 640h384v128h-384v-128z" />
<glyph unicode="&#x2150;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM384 0h128v128h128v128h-256v128h512v-256h-128v-128h-128v-256h-256v256z" />
<glyph unicode="&#x2151;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 128v128h128v128h384v-128h128v-384h-128v-128h-384v128h256v128h-256v128h-128zM512 128h128 v128h-128v-128z" />
<glyph unicode="&#x2153;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM384 0v128h256v128h-256v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384v128h256v128 h-256z" />
<glyph unicode="&#x2154;" d="M0 128v256h128v128h128v128h128v128h-384v256h128v128h128v128h-256v128h384v-128h128v-128h-128v-128h-128v-128h384v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM384 0v128h256v128h-256v128h384v-128h128v-128h-128 v-128h128v-128h-128v-128h-384v128h256v128h-256z" />
<glyph unicode="&#x2155;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM384 0v384h512v-128h-256v-128h128v-128h128v-128h-128v-128h-384v128h256v128h-256z" />
<glyph unicode="&#x2156;" d="M0 128v256h128v128h128v128h128v128h-384v256h128v128h128v128h-256v128h384v-128h128v-128h-128v-128h-128v-128h384v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM384 0v384h512v-128h-256v-128h128v-128h128v-128h-128 v-128h-384v128h256v128h-256z" />
<glyph unicode="&#x2157;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-256v128h256v128h-256v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384zM384 0v384h512v-128 h-256v-128h128v-128h128v-128h-128v-128h-384v128h256v128h-256z" />
<glyph unicode="&#x2158;" d="M0 128v256h128v128h128v128h128v128h-128v128h-256v256h128v-128h128v128h-128v128h128v128h256v-512h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM384 0v384h512v-128h-256v-128h128v-128h128v-128h-128v-128h-384 v128h256v128h-256z" />
<glyph unicode="&#x2159;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 -128v384h128v128h384v-128h-256v-128h256v-128h128v-128h-128v-128h-384v128h-128zM512 0 v-128h128v128h-128z" />
<glyph unicode="&#x215a;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-256v384h512v-128h-256v-128h128v-128h128v-128h-128v-128h-384zM256 -128v384h128v128h384v-128h-256 v-128h256v-128h128v-128h-128v-128h-384v128h-128zM512 0v-128h128v128h-128z" />
<glyph unicode="&#x215b;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v640h256v-640h-256zM256 0h128v128h-128v128h128v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384v128h-128 v128zM512 0v-128h128v128h-128zM512 128h128v128h-128v-128z" />
<glyph unicode="&#x215c;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-256v128h256v128h-256v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384zM256 0h128v128h-128 v128h128v128h384v-128h128v-128h-128v-128h128v-128h-128v-128h-384v128h-128v128zM512 0v-128h128v128h-128zM512 128h128v128h-128v-128z" />
<glyph unicode="&#x215d;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v128h256v128h-256v384h512v-128h-256v-128h128v-128h128v-128h-128v-128h-384zM256 0h128v128h-128v128h128v128h384 v-128h128v-128h-128v-128h128v-128h-128v-128h-384v128h-128v128zM512 0v-128h128v128h-128zM512 128h128v128h-128v-128z" />
<glyph unicode="&#x215e;" d="M0 128v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128zM0 768v256h128v128h128v128h-256v128h512v-256h-128v-128h-128v-256h-256zM256 0h128v128h-128v128h128v128h384v-128h128 v-128h-128v-128h128v-128h-128v-128h-384v128h-128v128zM512 0v-128h128v128h-128zM512 128h128v128h-128v-128z" />
<glyph unicode="&#x2190;" d="M0 512v128h128v128h128v128h256v-128h-128v-128h512v-128h-512v-128h128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#x2191;" d="M128 896v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-896h-256v896h-256z" />
<glyph unicode="&#x2192;" d="M0 512v128h512v128h-128v128h256v-128h128v-128h128v-128h-128v-128h-128v-128h-256v128h128v128h-512z" />
<glyph unicode="&#x2193;" d="M128 256v128h256v896h256v-896h256v-128h-128v-128h-128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#x2194;" d="M0 512v128h128v128h128v128h128v-256h128v256h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v256h-128v-256h-128v128h-128v128h-128z" />
<glyph unicode="&#x2195;" d="M128 384v128h256v384h-256v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-384h256v-128h-128v-128h-128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#x21a8;" d="M128 0v128h256v128h-128v128h-128v128h256v384h-256v128h128v128h128v128h256v-128h128v-128h128v-128h-256v-384h256v-128h-128v-128h-128v-128h256v-128h-768z" />
<glyph unicode="&#x2202;" d="M0 128v384h128v128h128v128h384v256h-128v128h-128v-128h-256v128h128v128h384v-128h128v-128h128v-768h-128v-128h-128v-128h-512v128h-128zM256 128h256v128h128v384h-256v-128h-128v-384z" />
<glyph unicode="&#x2205;" d="M0 0v128h128v256h-128v384h128v128h512v128h128v128h256v-128h-128v-256h128v-384h-128v-128h-512v-128h-128v-128h-256zM256 512h128v256h-128v-256zM512 384h256v384h-128v-256h-128v-128z" />
<glyph unicode="&#x2206;" d="M0 128v640h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-640h-896zM256 256h384v512h-128v128h-128v-128h-128v-512z" />
<glyph unicode="&#x2208;" d="M128 256v768h128v128h128v128h384v-128h-256v-128h-128v-256h384v-128h-384v-384h128v-128h256v-128h-384v128h-128v128h-128z" />
<glyph unicode="&#x220f;" d="M0 -256v1536h896v-1536h-256v1408h-384v-1408h-256z" />
<glyph unicode="&#x2211;" d="M0 0v256h128v128h128v128h128v128h-128v128h-128v128h-128v256h896v-256h-256v128h-384v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h384v128h256v-256h-896z" />
<glyph unicode="&#x2212;" d="M0 512v128h896v-128h-896z" />
<glyph unicode="&#x2215;" d="M0 0v256h128v128h128v128h128v128h128v128h128v128h128v128h128v-256h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
<glyph unicode="&#x2219;" d="M384 384v256h256v-256h-256z" />
<glyph unicode="&#x221a;" d="M0 512v128h384v-384h128v1152h512v-128h-256v-1280h-384v128h-128v128h-128v256h-128z" />
<glyph unicode="&#x221e;" d="M0 384v384h128v128h768v-128h128v-384h-128v-128h-768v128h-128zM256 384h128v384h-128v-384zM640 384h128v384h-128v-384z" />
<glyph unicode="&#x221f;" d="M0 256v512h256v-384h640v-128h-896z" />
<glyph unicode="&#x2229;" d="M0 0v1024h128v128h640v-128h128v-1024h-256v1024h-384v-1024h-256z" />
<glyph unicode="&#x222b;" d="M0 0h256v-384h128v1792h128v128h384v-128h128v-256h-256v256h-128v-1792h-128v-128h-384v128h-128v384z" />
<glyph unicode="&#x2248;" d="M0 256v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256zM0 640v128h128v128h384v-128h128v128h256v-128h-128v-128h-384v128h-128v-128h-256z" />
<glyph unicode="&#x2260;" d="M0 128v128h128v128h-128v128h256v128h128v128h-384v128h512v128h128v128h256v-128h-128v-128h128v-128h-256v-128h-128v-128h384v-128h-512v-128h-128v-128h-256z" />
<glyph unicode="&#x2261;" d="M0 128v128h896v-128h-896zM0 512v128h896v-128h-896zM0 896v128h896v-128h-896z" />
<glyph unicode="&#x2264;" d="M128 0v128h768v-128h-768zM128 640v128h128v128h128v128h128v128h256v-128h-128v-128h-128v-128h-128v-128h128v-128h128v-128h128v-128h-256v128h-128v128h-128v128h-128z" />
<glyph unicode="&#x2265;" d="M128 0v128h768v-128h-768zM256 256v128h128v128h128v128h128v128h-128v128h-128v128h-128v128h256v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-256z" />
<glyph unicode="&#x2299;" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v1024h-384v-1024zM384 512v256h128v-256h-128z" />
<glyph unicode="&#x2300;" d="M0 128v1024h128v128h640v-128h128v-1024h-128v-128h-640v128h-128zM256 128h384v512h-128v-128h-128v-128h-128v-256zM256 640h128v128h128v128h128v256h-384v-512z" />
<glyph unicode="&#x2302;" d="M0 128v512h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-512h-896zM256 256h384v384h-128v128h-128v-128h-128v-384z" />
<glyph unicode="&#x2310;" d="M0 128v640h896v-128h-640v-512h-256z" />
<glyph unicode="&#x2320;" d="M384 -512v1664h128v128h384v-128h128v-256h-256v256h-128v-1664h-256z" />
<glyph unicode="&#x2321;" d="M0 128v384h256v-384h128v1408h256v-1408h-128v-128h-384v128h-128z" />
<glyph unicode="&#x2500;" d="M0 512v128h1024v-128h-1024z" />
<glyph unicode="&#x2502;" d="M384 -512v2048h256v-2048h-256z" />
<glyph unicode="&#x250c;" d="M384 -512v1152h640v-128h-384v-1024h-256z" />
<glyph unicode="&#x2510;" d="M0 512v128h640v-1152h-256v1024h-384z" />
<glyph unicode="&#x2514;" d="M384 512v1024h256v-896h384v-128h-640z" />
<glyph unicode="&#x2518;" d="M0 512v128h384v896h256v-1024h-640z" />
<glyph unicode="&#x251c;" d="M384 -512v2048h256v-896h384v-128h-384v-1024h-256z" />
<glyph unicode="&#x2524;" d="M0 512v128h384v896h256v-2048h-256v1024h-384z" />
<glyph unicode="&#x252c;" d="M0 512v128h1024v-128h-384v-1024h-256v1024h-384z" />
<glyph unicode="&#x2534;" d="M0 512v128h384v896h256v-896h384v-128h-1024z" />
<glyph unicode="&#x253c;" d="M0 512v128h384v896h256v-896h384v-128h-384v-1024h-256v1024h-384z" />
<glyph unicode="&#x2550;" d="M0 512v128h1024v-128h-1024zM0 768v128h1024v-128h-1024z" />
<glyph unicode="&#x2551;" d="M256 -512v2048h256v-2048h-256zM640 -512v2048h256v-2048h-256z" />
<glyph unicode="&#x2552;" d="M384 -512v1408h640v-128h-384v-128h384v-128h-384v-1024h-256z" />
<glyph unicode="&#x2553;" d="M256 -512v1152h768v-128h-128v-1024h-256v1024h-128v-1024h-256z" />
<glyph unicode="&#x2554;" d="M256 -512v1408h768v-128h-512v-1280h-256zM640 -512v1152h384v-128h-128v-1024h-256z" />
<glyph unicode="&#x2555;" d="M0 512v128h384v128h-384v128h640v-1408h-256v1024h-384z" />
<glyph unicode="&#x2556;" d="M0 512v128h896v-1152h-256v1024h-128v-1024h-256v1024h-256z" />
<glyph unicode="&#x2557;" d="M0 512v128h512v-1152h-256v1024h-256zM0 768v128h896v-1408h-256v1280h-640z" />
<glyph unicode="&#x2558;" d="M384 512v1024h256v-640h384v-128h-384v-128h384v-128h-640z" />
<glyph unicode="&#x2559;" d="M256 512v1024h256v-896h128v896h256v-896h128v-128h-768z" />
<glyph unicode="&#x255a;" d="M256 512v1024h256v-896h512v-128h-768zM640 768v768h256v-640h128v-128h-384z" />
<glyph unicode="&#x255b;" d="M0 512v128h384v128h-384v128h384v640h256v-1024h-640z" />
<glyph unicode="&#x255c;" d="M0 512v128h256v896h256v-896h128v896h256v-1024h-896z" />
<glyph unicode="&#x255d;" d="M0 512v128h640v896h256v-1024h-896zM0 768v128h256v640h256v-768h-512z" />
<glyph unicode="&#x255e;" d="M384 -512v2048h256v-640h384v-128h-384v-128h384v-128h-384v-1024h-256z" />
<glyph unicode="&#x255f;" d="M256 -512v2048h256v-2048h-256zM640 -512v2048h256v-896h128v-128h-128v-1024h-256z" />
<glyph unicode="&#x2560;" d="M256 -512v2048h256v-2048h-256zM640 -512v1152h384v-128h-128v-1024h-256zM640 768v768h256v-640h128v-128h-384z" />
<glyph unicode="&#x2561;" d="M0 512v128h384v128h-384v128h384v640h256v-2048h-256v1024h-384z" />
<glyph unicode="&#x2562;" d="M0 512v128h256v896h256v-2048h-256v1024h-256zM640 -512v2048h256v-2048h-256z" />
<glyph unicode="&#x2563;" d="M0 512v128h512v-1152h-256v1024h-256zM0 768v128h256v640h256v-768h-512zM640 -512v2048h256v-2048h-256z" />
<glyph unicode="&#x2564;" d="M0 512v128h1024v-128h-384v-1024h-256v1024h-384zM0 768v128h1024v-128h-1024z" />
<glyph unicode="&#x2565;" d="M0 512v128h1024v-128h-128v-1024h-256v1024h-128v-1024h-256v1024h-256z" />
<glyph unicode="&#x2566;" d="M0 512v128h512v-1152h-256v1024h-256zM0 768v128h1024v-128h-1024zM640 -512v1152h384v-128h-128v-1024h-256z" />
<glyph unicode="&#x2567;" d="M0 512v128h1024v-128h-1024zM0 768v128h384v640h256v-640h384v-128h-1024z" />
<glyph unicode="&#x2568;" d="M0 512v128h256v896h256v-896h128v896h256v-896h128v-128h-1024z" />
<glyph unicode="&#x2569;" d="M0 512v128h1024v-128h-1024zM0 768v128h256v640h256v-768h-512zM640 768v768h256v-640h128v-128h-384z" />
<glyph unicode="&#x256a;" d="M0 512v128h384v128h-384v128h384v640h256v-640h384v-128h-384v-128h384v-128h-384v-1024h-256v1024h-384z" />
<glyph unicode="&#x256b;" d="M0 512v128h256v896h256v-896h128v896h256v-896h128v-128h-128v-1024h-256v1024h-128v-1024h-256v1024h-256z" />
<glyph unicode="&#x256c;" d="M0 512v128h512v-1152h-256v1024h-256zM0 768v128h256v640h256v-768h-512zM640 -512v1152h384v-128h-128v-1024h-256zM640 768v768h256v-640h128v-128h-384z" />
<glyph unicode="&#x2580;" d="M0 640v896h1024v-896h-1024z" />
<glyph unicode="&#x2581;" d="M0 -128h1024v-256h-1024v256z" />
<glyph unicode="&#x2584;" d="M0 -512v1152h1024v-1152h-1024z" />
<glyph unicode="&#x2588;" d="M0 -512v2048h1024v-2048h-1024z" />
<glyph unicode="&#x258c;" d="M0 -512v2048h512v-2048h-512z" />
<glyph unicode="&#x2590;" d="M512 -512v2048h512v-2048h-512z" />
<glyph unicode="&#x2591;" d="M128 0v128h128v-128h-128zM128 -128h128v-128h-128v128zM128 256v128h128v-128h-128zM128 -384h128v-128h-128v128zM128 512v128h128v-128h-128zM128 768v128h128v-128h-128zM128 1024v128h128v-128h-128zM128 1280v128h128v-128h-128zM384 0h128v-128h-128v128zM384 128 v128h128v-128h-128zM384 -256h128v-128h-128v128zM384 384v128h128v-128h-128zM384 640v128h128v-128h-128zM384 896v128h128v-128h-128zM384 1152v128h128v-128h-128zM384 1408v128h128v-128h-128zM640 0v128h128v-128h-128zM640 -128h128v-128h-128v128zM640 256v128h128 v-128h-128zM640 -384h128v-128h-128v128zM640 512v128h128v-128h-128zM640 768v128h128v-128h-128zM640 1024v128h128v-128h-128zM640 1280v128h128v-128h-128zM896 0h128v-128h-128v128zM896 128v128h128v-128h-128zM896 -256h128v-128h-128v128zM896 384v128h128v-128 h-128zM896 640v128h128v-128h-128zM896 896v128h128v-128h-128zM896 1152v128h128v-128h-128zM896 1408v128h128v-128h-128z" />
<glyph unicode="&#x2592;" d="M0 0v128h128v-128h-128zM0 -128h128v-128h-128v128zM0 256v128h128v-128h-128zM0 -384h128v-128h-128v128zM0 512v128h128v-128h-128zM0 768v128h128v-128h-128zM0 1024v128h128v-128h-128zM0 1280v128h128v-128h-128zM128 0h128v-128h-128v128zM128 128v128h128v-128 h-128zM128 -256h128v-128h-128v128zM128 384v128h128v-128h-128zM128 640v128h128v-128h-128zM128 896v128h128v-128h-128zM128 1152v128h128v-128h-128zM128 1408v128h128v-128h-128zM256 0v128h128v-128h-128zM256 -128h128v-128h-128v128zM256 256v128h128v-128h-128z M256 -384h128v-128h-128v128zM256 512v128h128v-128h-128zM256 768v128h128v-128h-128zM256 1024v128h128v-128h-128zM256 1280v128h128v-128h-128zM384 0h128v-128h-128v128zM384 128v128h128v-128h-128zM384 -256h128v-128h-128v128zM384 384v128h128v-128h-128zM384 640 v128h128v-128h-128zM384 896v128h128v-128h-128zM384 1152v128h128v-128h-128zM384 1408v128h128v-128h-128zM512 0v128h128v-128h-128zM512 -128h128v-128h-128v128zM512 256v128h128v-128h-128zM512 -384h128v-128h-128v128zM512 512v128h128v-128h-128zM512 768v128h128 v-128h-128zM512 1024v128h128v-128h-128zM512 1280v128h128v-128h-128zM640 0h128v-128h-128v128zM640 128v128h128v-128h-128zM640 -256h128v-128h-128v128zM640 384v128h128v-128h-128zM640 640v128h128v-128h-128zM640 896v128h128v-128h-128zM640 1152v128h128v-128 h-128zM640 1408v128h128v-128h-128zM768 0v128h128v-128h-128zM768 -128h128v-128h-128v128zM768 256v128h128v-128h-128zM768 -384h128v-128h-128v128zM768 512v128h128v-128h-128zM768 768v128h128v-128h-128zM768 1024v128h128v-128h-128zM768 1280v128h128v-128h-128z M896 0h128v-128h-128v128zM896 128v128h128v-128h-128zM896 -256h128v-128h-128v128zM896 384v128h128v-128h-128zM896 640v128h128v-128h-128zM896 896v128h128v-128h-128zM896 1152v128h128v-128h-128zM896 1408v128h128v-128h-128z" />
<glyph unicode="&#x2593;" d="M0 0h128v128h-128v128h128v128h-128v128h128v128h-128v128h128v128h-128v128h128v128h-128v128h128v128h-128v128h256v-128h128v128h384v-128h128v128h128v-2048h-384v128h-128v-128h-384v128h-128v128h128v128h-128v128zM256 0v-128h128v128h-128zM256 128h128v128h-128 v-128zM256 -256v-128h128v128h-128zM256 384h128v128h-128v-128zM256 640h128v128h-128v-128zM256 896h128v128h-128v-128zM256 1152h128v128h-128v-128zM512 0h128v128h-128v-128zM512 -128v-128h128v128h-128zM512 256h128v128h-128v-128zM512 512h128v128h-128v-128z M512 768h128v128h-128v-128zM512 1024h128v128h-128v-128zM512 1280h128v128h-128v-128zM768 0v-128h128v128h-128zM768 128h128v128h-128v-128zM768 -256v-128h128v128h-128zM768 384h128v128h-128v-128zM768 640h128v128h-128v-128zM768 896h128v128h-128v-128zM768 1152 h128v128h-128v-128z" />
<glyph unicode="&#x25a0;" d="M128 128v896h640v-896h-640z" />
<glyph unicode="&#x25a1;" d="M128 128v896h768v-896h-768zM384 256h256v640h-256v-640z" />
<glyph unicode="&#x25aa;" d="M128 256v512h640v-512h-640z" />
<glyph unicode="&#x25ab;" d="M128 256v512h640v-512h-640zM384 384h128v256h-128v-256z" />
<glyph unicode="&#x25ac;" d="M0 0v512h896v-512h-896z" />
<glyph unicode="&#x25b2;" d="M0 128v256h128v256h128v256h128v128h128v-128h128v-256h128v-256h128v-256h-896z" />
<glyph unicode="&#x25ba;" d="M0 0v1408h128v-128h128v-128h128v-128h128v-128h128v-128h256v-128h-256v-128h-128v-128h-128v-128h-128v-128h-128v-128h-128z" />
<glyph unicode="&#x25bc;" d="M0 768v256h896v-256h-128v-256h-128v-256h-128v-128h-128v128h-128v256h-128v256h-128z" />
<glyph unicode="&#x25c4;" d="M0 640v128h256v128h128v128h128v128h128v128h128v128h128v-1408h-128v128h-128v128h-128v128h-128v128h-128v128h-256z" />
<glyph unicode="&#x25ca;" d="M0 512v128h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128zM256 512h128v-128h128v128h128v128h-128v128h-128v-128h-128v-128z" />
<glyph unicode="&#x25cb;" d="M128 256v512h128v128h512v-128h128v-512h-128v-128h-512v128h-128zM256 384h128v-128h256v128h128v256h-128v128h-256v-128h-128v-256z" />
<glyph unicode="&#x25cf;" d="M128 256v512h128v128h512v-128h128v-512h-128v-128h-512v128h-128z" />
<glyph unicode="&#x25d8;" d="M0 -512v2048h1024v-2048h-1024zM256 384h128v-128h256v128h128v256h-128v128h-256v-128h-128v-256z" />
<glyph unicode="&#x25d9;" d="M0 -512v2048h1024v-2048h-1024zM128 256h128v-128h512v128h128v512h-128v128h-512v-128h-128v-512zM256 384v256h128v128h256v-128h128v-256h-128v-128h-256v128h-128z" />
<glyph unicode="&#x25e6;" d="M128 384v256h128v128h384v-128h128v-256h-128v-128h-384v128h-128zM384 384h128v256h-128v-256z" />
<glyph unicode="&#x25fc;" horiz-adv-x="896" d="M0 0v896h896v-896h-896z" />
<glyph unicode="&#x263a;" d="M0 128v1024h128v-1024h-128zM128 0v128h768v-128h-768zM128 1152v128h768v-128h-768zM256 512v128h512v-128h-128v-128h-256v128h-128zM256 896v128h128v-128h-128zM640 896v128h128v-128h-128zM896 128v1024h128v-1024h-128z" />
<glyph unicode="&#x263b;" d="M0 128v1024h128v128h768v-128h128v-1024h-128v-128h-768v128h-128zM256 512h128v-128h256v128h128v128h-512v-128zM256 896h128v128h-128v-128zM640 896h128v128h-128v-128z" />
<glyph unicode="&#x263c;" d="M0 256v128h256v-128h-256zM0 512v128h256v128h128v384h256v-384h128v-128h256v-128h-256v-128h-128v-384h-256v384h-128v128h-256zM0 768v128h256v-128h-256zM384 512h256v128h-256v-128zM768 256v128h256v-128h-256zM768 768v128h256v-128h-256z" />
<glyph unicode="&#x2640;" d="M128 256v128h256v128h-128v128h-128v512h128v128h512v-128h128v-512h-128v-128h-128v-128h256v-128h-256v-256h-256v256h-256zM384 640h256v512h-256v-512z" />
<glyph unicode="&#x2642;" d="M0 128v512h128v128h128v128h128v128h128v128h-128v128h512v-512h-128v256h-128v-128h-128v-128h128v-128h128v-512h-128v-128h-512v128h-128zM256 128h256v512h-256v-512z" />
<glyph unicode="&#x2660;" d="M0 512v256h128v128h128v128h128v128h256v-128h128v-128h128v-128h128v-256h-128v-128h-256v-256h128v-128h-512v128h128v256h-256v128h-128z" />
<glyph unicode="&#x2663;" d="M0 384v384h256v256h128v128h256v-128h128v-256h256v-384h-384v384h-256v-384h-384zM256 0v128h128v256h256v-256h128v-128h-512z" />
<glyph unicode="&#x2665;" d="M0 384v512h128v128h256v-128h128v128h256v-128h128v-512h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
<glyph unicode="&#x2666;" d="M0 512v128h128v128h128v128h128v128h128v-128h128v-128h128v-128h128v-128h-128v-128h-128v-128h-128v-128h-128v128h-128v128h-128v128h-128z" />
<glyph unicode="&#x266a;" d="M0 0v256h128v128h128v896h768v-384h-512v-768h-128v-128h-384zM512 1024h256v128h-256v-128z" />
<glyph unicode="&#x266b;" d="M0 -128v384h128v1024h896v-1152h-128v-128h-256v384h128v512h-384v-896h-128v-128h-256zM384 1024h384v128h-384v-128z" />
<glyph unicode="&#x2713;" d="M0 256v256h128v-128h128v-128h128v256h128v512h128v384h256v-384h-128v-512h-128v-384h-128v-128h-256v128h-128v128h-128z" />
<glyph unicode="&#xfb01;" d="M0 0v128h128v512h-128v128h128v384h128v128h640v-256h-256v128h-256v-384h512v-640h128v-128h-384v640h-256v-512h128v-128h-512z" />
<glyph unicode="&#xfb02;" d="M0 0v128h128v512h-128v128h128v384h128v128h640v-1152h128v-128h-384v1152h-256v-384h128v-128h-128v-512h128v-128h-512z" />
<glyph unicode="&#xfffd;" d="M0 -512v1408h256v256h384v-256h-128v-128h-128v-384h256v384h128v128h128v256h-128v128h-640v-128h-128v384h1024v-2048h-1024zM384 0h256v256h-256v-256z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Binary file not shown.

BIN
dist/www/static/header.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

240
dist/www/static/style.css vendored Normal file
View File

@@ -0,0 +1,240 @@
@font-face {
font-family: 'pxplus_ibm_vga8regular';
src: url('/static/fonts/pxplus_ibm_vga8-webfont.woff2') format('woff2'),
url('static/fonts/pxplus_ibm_vga8-webfont.svg') format('svg'),
url('/static/fonts/pxplus_ibm_vga8-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.footer {
font-size: small;
}
.div-table {
display: table;
width: auto;
background-color: #eee;
border: 1px solid #666666;
border-spacing: 5px;
}
.email-summary-seen {
display: table-row;
width: auto;
clear: both;
background-color: #eee;
}
.email-summary {
display: table-row;
width: auto;
clear: both;
background-color: #b2ffb0;
}
.email-id {
float: left;
display: table-column;
width: 100px;
}
.email-subject {
float: left;
display: table-column;
width: 400px;
}
.email-from {
float: left;
display: table-column;
width: 200px;
}
.email-date {
float: left;
display: table-column;
width: 200px;
}
.email-delete {
float: left;
display: table-column;
width: 30px;
}
.email-view-header {
background-color: #eee;
border: 1px solid #666666;
padding: 5px;
margin-bottom: 10px;
}
.email-view-subject {
font-size: xx-large;
}
.email-view-from {
color: #222;
}
.email-view-date {
color: #222;
}
.conference-list-item {
background-color: #333333;
color: white;
padding: 5px;
}
.area-list-item {
padding: 5px 0 5px 15px;
}
.area-list-new {
padding: 5px 0 5px 15px;
background-color: #b2ffb0;
}
.msg-summary-seen {
display: table-row;
width: auto;
clear: both;
background-color: #eee;
}
.msg-summary {
display: table-row;
width: auto;
clear: both;
background-color: #b2ffb0;
}
.msg-summary-id {
float: left;
display: table-column;
width: 100px;
}
.msg-summary-subject {
float: left;
display: table-column;
width: 400px;
}
.msg-summary-from {
float: left;
display: table-column;
width: 200px;
}
.msg-summary-to {
float: left;
display: table-column;
width: 200px;
}
.msg-summary-date {
float: left;
display: table-column;
width: 200px;
}
.msg-view-header {
background-color: #eee;
border: 1px solid #666666;
padding: 5px;
margin-bottom: 10px;
}
.msg-view-subject {
font-size: xx-large;
}
.msg-view-from {
color: #222;
}
.msg-view-to {
color: #222;
}
.msg-view-date {
color: #222;
}
.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333333;
}
.menu li {
float: left;
}
.menu li a {
display: block;
color: white;
text-align: center;
padding: 16px;
text-decoration: none;
}
.menu li a:hover {
background-color: #111111;
}
.email-reply-form {
margin-left: 20px;
}
.button {
padding-bottom:10px;
}
.button a {
width: auto;
padding: 5px;
color: white;
background-color: #333;
text-decoration: none;
}
.button a:hover {
background-color: #111111;
}
.last10-row {
display: table-row;
width: auto;
clear: both;
background-color: #eee;
}
.last10-name {
float: left;
display: table-column;
width: 300px;
}
.last10-location {
float: left;
display: table-column;
width: 300px;
}
.last10-date {
float: left;
display: table-column;
width: 200px;
}
#msgbody {
background-color: black;
color: gray;
font-family: 'pxplus_ibm_vga8regular';
line-height: 1;
padding: 5px;
}